-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix typo #3895
fix typo #3895
Conversation
I Created a deployment yaml file tomcatdp.yaml, and did not set the .spec.strategy,then run kubectl create -f tomcatdp.yaml, and then run kubectl get deployment tomcat-deployment -o yaml, the tomcat-deployment is the name of the deployment,found that the MaxUnavailable and MaxSurge default value is 25%
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://github.com/kubernetes/kubernetes/wiki/CLA-FAQ to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
I signed it! |
kubernetes > 1.6.0 introduces new deployment defaults in The embedded
Based on this [and the ref'd PRs below] they should be bumped to cc @chenopis ¯\_(ツ)_/¯ |
@jonpulsifer Ok, thanks for the context. |
…hub.io into release-1.7 * 'master' of https://github.com/kubernetes/kubernetes.github.io: fix typo (#3895) add unit of --ttl duration (#3915) Fixes broken links Prototype of custom description meta tags. (#3928) Site URL for canonical URLs. (#3927) Warn about implications on selector updates grammar patch to #3922 (#3923) add calico to the table of solution Minor grammatical change
…hub.io into release-1.6 * 'master' of https://github.com/kubernetes/kubernetes.github.io: (627 commits) Fixed a minor mistake docs/concepts/policy/pod-security-policy.md: add projected to list of allowed types. Init container exists beta in 1.6. fix typo (#3895) add unit of --ttl duration (#3915) Fixes broken links Prototype of custom description meta tags. (#3928) Site URL for canonical URLs. (#3927) Warn about implications on selector updates grammar patch to #3922 (#3923) add calico to the table of solution Minor grammatical change Add deprecation tag (#3922) Fix sentence Minor grammatical correction Remove beta as K8s support on Bluemix Container Service is live Fix some output replace REASON with STATUS column IP is missed replace kubectl.sh with kubectl ... # Conflicts: # docs/tasks/debug-application-cluster/logging-elasticsearch-kibana.md
I Created a deployment yaml file tomcatdp.yaml, and did not set the .spec.strategy,then run
kubectl create -f tomcatdp.yaml,
and then run
kubectl get deployment tomcat-deployment -o yaml,
the tomcat-deployment is the name of the deployment,found that the MaxUnavailable and MaxSurge default value is 25%
This change is