Richard Li
5829a5d958
Update content/en/blog/_posts/2021-02-27-annotating-k8s-for-humans.md
...
Co-authored-by: Kaitlyn Barnard <kaitlynbarnard10@gmail.com >
2021-03-04 14:48:45 -05:00
Joe Marty
21b1e83147
Clarify sources of voluntary disruptions
...
See issue #22391
2021-03-04 09:54:52 -06:00
Bridget Kromhout
bb9f8ebd77
Restoring alpha details with end date
...
Signed-off-by: Bridget Kromhout <bridget@kromhout.org >
2021-03-04 08:02:59 -06:00
Naoki Oketani
3c4f29e406
chore: fix an invalid location.hash
...
The current link results in redirection and location.hash does not work well.
2021-03-04 21:21:37 +09:00
Patrick Ohly
f5aaf40e88
storage capacity: beta
...
After the promotion to beta in 1.21, enabling the feature is easier
and mostly just depends on the CSI driver deployment.
2021-03-04 08:26:22 +01:00
Neha Viswanathan
3ff51d4843
Update Helm charts repo to ArtifactHub
2021-03-03 20:13:13 -08:00
Bridget Kromhout
31777fa6b5
Update to indicate dual-stack move to beta in 1.21
...
Signed-off-by: Bridget Kromhout <bridget@kromhout.org >
2021-03-03 21:28:15 -06:00
Bridget Kromhout
d8aa7224dd
Update content/en/docs/concepts/services-networking/dual-stack.md
...
Clarifying how to disable the dual-stack feature when necessary.
Co-authored-by: Qiming Teng <tengqm@outlook.com >
2021-03-03 21:14:07 -06:00
Kubernetes Prow Robot
84e2d5ea10
Merge pull request #26468 from magmax/fix-code
...
fix cronjob code for examples
2021-03-03 18:15:59 -08:00
Bridget Kromhout
3e7055c27f
Docs update for enhancement 563, release 1.21.
...
Signed-off-by: Bridget Kromhout <bridget@kromhout.org >
2021-03-03 17:52:58 -06:00
andyzhangx
0d3e8f4a71
Update Azure file feature gates for 1.21 beta
2021-03-03 13:32:00 +00:00
Kubernetes Prow Robot
16a12c97da
Merge pull request #26697 from hagay3/patch-1
...
Update client-libraries.md
2021-03-03 03:01:20 -08:00
Kubernetes Prow Robot
f1e80a9a66
Merge pull request #26405 from geoffcline/gdc-patch-4
...
update guidance on DNS resolution for services
2021-03-02 19:15:19 -08:00
uhari03
7639bfbf83
Move accessing API from within pod to tasks ( #26601 )
...
* Move accessing API from within pod to tasks
* Remove reviewers, version check; Add whatsnext
* Move to run applications
* Fix what's next section link
2021-03-02 19:05:20 -08:00
Geoffrey Cline
5ead4bf8e8
revise docs for service DNS
2021-03-02 20:08:14 +00:00
Richard Li
5ecbc682e1
Merge branch 'kubectl-annotate' of github.com:richarddli/website-1 into kubectl-annotate
2021-03-02 09:10:18 -05:00
Richard Li
48bd9a6a44
a few more fixes
2021-03-02 09:10:11 -05:00
Richard Li
2300a73210
Update content/en/blog/_posts/2021-02-27-annotating-k8s-for-humans.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2021-03-02 09:01:39 -05:00
Kubernetes Prow Robot
8def01fc50
Merge pull request #26792 from lsq645599166/caution_callout
...
change callout from warning to caution
2021-03-02 04:15:19 -08:00
CKchen0726
60ffd6fd05
add some necessary description after running command 'minikube dashboard'
2021-03-02 18:06:14 +08:00
Grzegorz Eliszewski
5de7e33eec
Add information about Parallel Pod Management
...
Clarify information that Parallel Pod Management works only during scaling.
2021-03-02 10:35:27 +01:00
Kubernetes Prow Robot
b7454141d4
Merge pull request #26652 from MichaelWasher/container-environment
...
Update container-environment.md with fix about service environment variables not being cluster-wide
2021-03-02 01:13:20 -08:00
Henry Liu
77ecc224b8
change callout from warning to caution
2021-03-02 15:11:18 +08:00
Kornel Bicskei
a3986feedd
Update documentation for AWS ELB
...
Add more details on the mechanics of security group annotations as incorrect use could potentially cause an outage.
2021-03-01 21:05:35 -08:00
Juampy NR
d353fcf367
Fix typo ( #26781 )
...
* Fix typo
* Reword fixed typo
2021-03-01 14:30:15 -08:00
Kubernetes Prow Robot
88588e708a
Merge pull request #26387 from caleb15/patch-1
...
add warning about counterintuitive readiness probe
2021-03-01 13:10:16 -08:00
Kubernetes Prow Robot
42baccaf97
Merge pull request #26770 from neha-viswanathan/26722-network-addon
...
Replace network solution with network add-on
2021-03-01 12:53:26 -08:00
Kubernetes Prow Robot
94d7557f55
Merge pull request #26783 from oke-py/invalid-hash
...
chore: fix invalid location.hash
2021-03-01 12:47:26 -08:00
Ricardo Pchevuzinske Katz
77f868eb13
Add featuregate documentation and correct some doc suggestion
2021-03-01 17:43:31 -03:00
Kubernetes Prow Robot
44555ebf11
Merge pull request #26715 from chrisnegus/kubeadm-amazonlinux2
...
install-kubeadm.md: generalize the list of distributions and install options
2021-03-01 12:35:26 -08:00
Kubernetes Prow Robot
881f0e6075
Merge pull request #26727 from psibi/patch-2
...
docs: Update the name of the secret in the output
2021-03-01 12:27:26 -08:00
Adrian Ludwin
d2239f3d7a
Better document default imagePullPolicy behaviour
...
The `imagePullPolicy` field is set automatically based on the image tag
if it's initially omitted, but it is not updated if the image tag later
changes. This can lead to [confusing
behaviour](https://itnext.io/defaults-are-hard-kubernetes-deployment-edition-3b11095792f2 ).
This change attempts to warn users of this potential pitfall.
2021-03-01 14:40:03 -05:00
Christopher Negus
cb6ba0f63d
install-kubeadm:Generalize list of distributions
2021-03-01 19:26:49 +00:00
Kubernetes Prow Robot
b8616ed6e6
Merge pull request #26680 from diegonuevo/patch-1
...
Corrected Docker(shim) UNIX domain socket file
2021-03-01 10:49:26 -08:00
Richard Li
5b3eedc8c2
clarify difference with k8s service catalog
...
Signed-off-by: Richard Li <richard@datawire.io >
2021-03-01 08:49:44 -05:00
Naoki Oketani
5b29859b33
chore: fix invalid location.hash
2021-03-01 22:20:38 +09:00
Richard Li
a381d88fe2
Update content/en/blog/_posts/2021-02-27-annotating-k8s-for-humans.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2021-03-01 08:11:26 -05:00
Richard Li
3188c43241
Update content/en/blog/_posts/2021-02-27-annotating-k8s-for-humans.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2021-03-01 08:11:17 -05:00
Richard Li
dc86d66648
Update content/en/blog/_posts/2021-02-27-annotating-k8s-for-humans.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2021-03-01 08:11:11 -05:00
Richard Li
69ee6318a5
Update content/en/blog/_posts/2021-02-27-annotating-k8s-for-humans.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2021-03-01 08:10:02 -05:00
Richard Li
eeb8c0b45e
Update content/en/blog/_posts/2021-02-27-annotating-k8s-for-humans.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2021-03-01 08:09:20 -05:00
Richard Li
ecd25dfefb
Update content/en/blog/_posts/2021-02-27-annotating-k8s-for-humans.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2021-03-01 08:09:13 -05:00
raghvenders
c77e38066f
Review Comments
2021-02-28 20:40:16 -06:00
Kubernetes Prow Robot
242bc24103
Merge pull request #26496 from sibucan/patch-1
...
Mention the range of time in which a kubelet might renew a certificate
2021-02-28 13:46:39 -08:00
Kubernetes Prow Robot
c5e52425ab
Merge pull request #26600 from marosset/windows-containerd-install-disable-defender
...
Updating containerd on Windows install steps to add Defender Exclusion
2021-02-28 13:26:39 -08:00
Kubernetes Prow Robot
eb45cd203a
Merge pull request #26296 from bradjones1/clarification/environment-variable-order
...
Clarify language regarding environment variable order
2021-02-28 12:40:39 -08:00
Jordi Noguera
6d86df2b49
Fix deprecated landscape URLs ( #26251 )
...
* Fix deprecated landscape URLs
* Revert changes to language files
2021-02-28 11:26:39 -08:00
Neha Viswanathan
5ea1bfdfe0
Replace network solution with network add-on
2021-02-28 08:36:28 -08:00
Kubernetes Prow Robot
d54500d55d
Merge pull request #25918 from slashr/master
...
Replaced deprecated ReplicationController with JobController
2021-02-27 19:20:38 -08:00
Kubernetes Prow Robot
451eb86491
Merge pull request #25541 from hezhizhen/patch-2
...
Fix syntax error
2021-02-27 19:18:38 -08:00