forked from kubernetes/website
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Workloads v1 documentation #1
Open
kow3ns
wants to merge
558
commits into
kow3ns:master
Choose a base branch
from
kubernetes:release-1.9
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zacharysarah
force-pushed
the
release-1.9
branch
2 times, most recently
from
December 16, 2017 00:23
c4ea942
to
989acbf
Compare
kow3ns
pushed a commit
that referenced
this pull request
Jan 26, 2018
Correcting error in kubeadm join syntax
* Add instructions to remove docker images; fixes #6874 On cleanup of Minikube, adds instructions to optionally remove Docker images created in tutorial setup * update wording of instructions to include flag Updates the wording to explicitly match the shell command and flags used.
* whitespace cleanup * adding word list since it keeps appearing in reviews... * initial draft based on feb13,2018 docs meeting conversation * nits
* Move config files out of old user-guide directory. * Update file paths.
- tabified section on load balancing - added tab for keepalived configuration
* add 1.10 release info to PR template * fix typo
* fix "Stateful Set" to "StatefulSet" * adding a no-op commit to re-push netlify deploy
Calico official page[1] shows Calico installation URL is https://docs.projectcalico.org/v3.0/getting-started/kubernetes/installation/hosted/kubeadm/1.7/calico.yaml but the kubeadm installation pages showed https://docs.projectcalico.org/v2.6/getting-started/kubernetes/installation/hosted/kubeadm/1.6/calico.yaml then, many people cannot deploy Kubernetes environments with Calico as [2] This commit updates the URL. [1]: https://docs.projectcalico.org/v3.0/getting-started/kubernetes/ [2]: kubernetes/kubernetes#55471
… have been removed (#7414)
typo - the "=" will cause an error.
Update critical pods documentation to include priorities.
* Replace old zkOk.sh livenessProbe by zookeeper-ready Fixes one part of the issue #7287 * Update probe script content with the zookeeper-ready Fixes the part with shows/explains the probe script at issue #7287 * Fix the path to delete liveness probe Issue #7287 * Replace zkOk.sh readinessProbe by zookeeper-ready Fixes "Testing for Readiness" section in issue #7287
The original wording didn't through very well. As much of the original sentence has been preserved as possible, primarily to ensure the kompose web address is see both in text and as a href link.
* Partners page updates * Update to ZTE link
* Update docker-cli-to-kubectl.md Edited the document for adherence to the style guide and word usage. * Update docker-cli-to-kubectl.md * Incorporated the changes suggested.
* change 'Nagions' to 'Nagios' * changed as prompt * add "protocol"
fix flag
fix flag
Signed-off-by: William Zhang <[email protected]>
If you created the resource (on your local minikube) as instructed using: kubectl create -f https://k8s.io/docs/concepts/cluster-administration/nginx-app.yaml then, you probably want to delete it from your minikube, in that case, the correct command is the one proposed in this PR.
- Original example (with <myservicename> replaced with my-svc) will result in the following error: error: at least one tcp port specifier must be provided - Use the same example in this section seems ideal
* Update conventions.md Edited the content for better readability. * Update conventions.md Formatted the {:note} to **Note:** * minor grammar fix
* add Amadeus feature image * update index.html to include Amadeus
* Update service.md `securityGroupName` is the required value when creating LoadBalancer type service in Azure. I got the following error without `securityGroupName` value. > Observed a panic: "invalid memory address or nil pointer dereference" (runtime error: invalid memory address or nil pointer dereference) * Update service.md
…elease-1.9 * 'master' of https://github.com/kubernetes/website: (549 commits) Update service.md (#7810) Prune inactive maintainers (#7830) add Amadeus to index page and add feature image (#7827) Update conventions.md (#7668) Adding Tenxcloud as KCSP and Hedvig typo (#7826) Update outdated documentation about secret key validation. (#7675) Update imperative-command.md (#7699) Update manage-deployment.md (#7774) Add the OCI runtime description. (#7769) fix flag (#7814) fix flag (#7813) Add files via upload (#7816) Remove CoreOS guide that use Kubernetes v0.15.0 (#7821) "Nagions" should be "Nagios“ (#7762) Update docker-cli-to-kubectl.md (#7748) adjust a note format (#7812) add a note when mount a configmap to pod (#7745) Make using sysctls a task instead of a concept (#6808) Partners page updates (#7802) Fix a missing word in endpoint reconciler section (#7804) ...
* fix version navigation in release v1.9 - In `release v1.9`, navigating to version `v1.10` disappears - modified `_config.yml` in branch `release-1.9` Issue: #8967 * Change 1.10 selector to release-1.10
1.13 + 4 latest releases supported by sig-docs.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Placeholder for workloads v1 documentation.