The Wayback Machine - https://web.archive.org/web/20200608192308/https://github.com/topics/kubernetes-cluster
Skip to content
#

kubernetes-cluster

Here are 695 public repositories matching this topic...

muety
muety commented Sep 21, 2019

In README.md there is the following command:

docker run --it  --name tgr -p 5000:5000 -e CLIENT_ID="xxxxxxx" -e CLIENT_SECRET="xxxxxxxxxxxxxxx" -e DEBUG="True" tgr

There is two issues with that:

  1. It should be -it, rather than --it, since the first one is invalid
  2. You also need to specify -e HOST="0.0.0.0" and -e PORT="5000" in order for the app to start.

Addi

omerlh
omerlh commented Jan 6, 2020

Before creating a feature request, please search existing feature requests to see if you find a similar one. If there is a similar feature request please up-vote it and/or add your comments to it instead

Why do you want this feature?
When draining nodes on a production cluster, it might be safer to use a health check between node/nodegroup draining loops - to ensure that until now things

Online resources that will help you prepare for taking the CNCF CKA "Kubernetes Certified Administrator" Certification exam. with time, This is not likely the comprehensive up to date list - please make a pull request if there something that should be added here.

  • Updated May 27, 2020
k3sup
xbl
xbl commented Jul 30, 2018

环境:

  • Mac
  • vagrant 2.1.2
  • virtualBox: 5.2.16
  • Kubernetes 1.11.0

遇到了几个问题:

  1. 在系统自动挂起之后vm 的时间会不对,没有自动同步,导致 Prometheus 监控数据显示不出来,应该同步时间就可以,不过我没有,而是使用的 vagrant halt ,就导致了另一个问题。
  2. 执行 vagrant halt 按照【重启】 的操作后,之前配置的 Istio 相关所有东西都不见了,包括 istio-system namespace 。
  3. 按照[文档](
kapitan
bartvanremortele
bartvanremortele commented Mar 6, 2017

I'm have quite a bit of difficulties trying to get started. First I tried building and running the match docker image with an Elasticsearch connectionstring in the form of https://xxx:xxx@provider:port which does not work. Then I tried to rebuild the docker container using different types of setup based on the Elasticsearch python lib documentation e.g.:

es = Elasticsearch(
    ['local
fntlnz
fntlnz commented Jan 11, 2019

Contributors are very welcome but while talking with people willing to contribute or contributing already it seems that getting started is difficult.

This task can be a good starting point for a new contributor willing to understand how the project works.

DidelotK
DidelotK commented Sep 3, 2018

Is this a BUG REPORT or FEATURE REQUEST?:
This is a BUG REPORT about the documentation or the go script responsible of the scrapping of the kismatic-cluster.yaml file

What happened:

When you define a cluster with internal ip with the following key: internal_ip the ansible generated inventory don't take it as internal.

The result of ansible generated inventory look likes this

zero-to-jupyterhub-k8s
Nuru
Nuru commented May 10, 2019

what

When using Teleport tsh login to connect to a cluster, although kubectl works fine, kops does not, because, in general, the Teleport name of the cluster is not the same as the kops cluster name. This leads to an error like

 ⧉  staging (staging:default)+
 √ : (cpco-staging-admin) helmfiles ⨠ kops validate cluster
Validating cluster us-west-2.staging.cpco.io

Cannot load k
prometheus-kubernetes
philicious
philicious commented Mar 13, 2018

The README mentions how to update Grafana Dashboards and Prometheus Alert Rules.
However it doesnt have infos how to update the stack/services itself.

  • Can one simply pull latest code and re-run ./deploy script and expect it to deploy any updated services/configs?
  • Do you have to run the ./teardown beforehand and will it persist/reattach the storage and data to the newly created stack

Improve this page

Add a description, image, and links to the kubernetes-cluster topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kubernetes-cluster topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.