- Remove flannel from the list of CNIs in the kubeadm "create cluster"
page. The reason for that is that Cluster Lifecycle have been
getting a number of issues related to flannel (either in kubeadm or
kops tickets) and we don't have good answers for the users as the
project is not actively maintained.
- Add note that issues for CNI should be logged in the respective issue
trackers and that Calico is the only CNI we e2e test kubeadm against.
* Add Paris' post on communication
- Subtopic of announcing Upstream Marketing Team under SIG ContribEx
Signed-off-by: Matthew Broberg <1744971+mbbroberg@users.noreply.github.com>
Applied suggestions from code review
Co-Authored-By: Bob Killen <killen.bob@gmail.com>
Co-Authored-By: Taylor Dolezal <onlydole@users.noreply.github.com>
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
* Add back suggestions
* Adjust grammar
* Update content/en/blog/_posts/2020-04-21-contributor-communication-upstream-marketing.md
Co-Authored-By: Paris <parispittman@google.com>
* Update content/en/blog/_posts/2020-04-21-contributor-communication-upstream-marketing.md
Co-Authored-By: Paris <parispittman@google.com>
* Moar suggestions
* Update content/en/blog/_posts/2020-04-21-contributor-communication-upstream-marketing.md
Co-Authored-By: Paris <parispittman@google.com>
* Grammarly run
And will add only the significant issues identified by it.
Co-authored-by: Bob Killen <killen.bob@gmail.com>
Co-authored-by: Taylor Dolezal <onlydole@users.noreply.github.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Paris <parispittman@google.com>
The existing here document for setting up YUM on RHEL / CentOS would try
to copy $basearch from the environment, rather than let YUM use its own
variables.
- Mention address family in pod concept
Preparing to reword this for IPv4 / IPv6 dual stack
- Fix capitalization for “cluster”, “container” and “volume”
These are not resources you manage via kubectl
- Harmonize short descriptions for workload objects in glossary
- Expand definition of StatefulSet
- Use tooltip for “kubelet”
- Revise pod template text
- Revise What's Next section
* Reword resource limits section about ephemeral local storage
Co-Authored-By: Celeste Horgan <celeste@cncf.io>
* Move troubleshooting section to foot of page
It's OK to hyperlink to this section; in fact, I recommend it.
* Tweak section about monitoring key Pod resources
Monitoring reports memory use as well as CPU
* Fold 2 displayed headings into 1
Add a 2nd-level heading to cover two related headings, that I'm moving
to 3rd level. This change shortens the table of contents and still
leaves an entry there for readers to click on.
* Reword What's next section
* Revise punctuation
* Change page path to match title
Co-authored-by: Celeste Horgan <celeste@cncf.io>
* Added hyperlink in line 19
Added a hyperlink https://github.com/kubernetes/website/contribute at line 19 (Improve existing content ) which points to "good first issue," available.
This will help new contributors to make their first contribution.
* Update _index.md
* Update content/en/docs/contribute/_index.md
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Jim Angel <jimangel@users.noreply.github.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
The syntax of this command is deprecated, updated to use the latest format:
```
$ kubectl exec dnsutils cat /etc/resolv.conf
kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl kubectl exec [POD] -- [COMMAND] instead.
```
* Advising single localization pull requests
Advise contributors to limit pull requests to a single localization #20411
* Update content/en/docs/contribute/localization.md
Accept suggested code review changes
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
ID Localization for Dual Stack IPv4/IPv6 #2.
Fixed "anda" to "kamu".
Adding "service" glossary.
Fixed Hugo Build problem due to Glossary formatting.
Fixed Typos and Glossary.
Fixed Hugo Build problem.
Fixing some translation words.
Fixing bullet formatting.
small change to re-initiate build.
Fixed broken translation and word consistency.
Fixed typo.
Remove unnecessary file.
Reword Pod readiness section
- “Pod Ready++” is stable, so word the documentation accordingly.
- In the documentation, call this “Pod readiness”
- Related tweaks
Reword Pod lifetime section
- mention StatefulSet
- omit mentioning ReplicationController as it's deprecated
- reword to suggest that the list of workload resources is non-exhaustive
and use glossary tooltips as well.