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

kubernetes-deployment

Here are 536 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

metalk8s
majwang
majwang commented Mar 28, 2020

Is this a BUG REPORT or FEATURE REQUEST? (choose one):
Feature request

Version of Helm and Kubernetes:
All

Which chart:
Distribution

Description:
This is a feature request to add javaOpts.other to the distribution chart, just like there is in Artifactory. This is to be able to easily add java opts like to add a custom java keystore.

values.yaml:
javaOpts:
other:

Templat

rhs
rhs commented Nov 4, 2018

Kubernaut curl API:

Claim a cluster:
 GET <URL>/claims/<client-supplied-globally-scoped-claim-name>?expires=<deadline> -> kubeconfig file

Renew a claim:
 GET <URL>/claims/<client-supplied-globally-scoped-claim-name>?expires=<new-later-deadline> -> kubeconfig file

Release a cluster
 GET <URL>/claims/<client-supplied-globally-scoped-claim-name>?expires=<time-in-past> -> kubeconfig f

Improve this page

Add a description, image, and links to the kubernetes-deployment 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-deployment topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.