Kubernetes Prow Robot
8f81a069fe
Merge pull request #27128 from sdwerwed/patch-1
...
Avoid using namespace that is a reserved object
2021-03-23 15:40:06 -07:00
Akihito INOH
d7c2dd670b
Fix errors of linkchecker.py in tasks folder
...
This commit fixes `Should use relative paths` errors which are shown by `linkchecker.py`
on `en/docs/tasks/*`.
2021-03-23 11:13:46 +09:00
Shubham Kuchhal
41dff008af
Improvement: Managing Secret using kubectl
2021-03-19 12:41:19 +05:30
sdwerwed
388a2730f1
Avoid using namespace that is a reserved object
2021-03-19 02:16:25 +01:00
Kubernetes Prow Robot
e19bef4f17
Merge pull request #25804 from gprasath/patch-3
...
Update change-default-storage-class.md
2021-03-18 10:11:20 -07:00
tibetsam
1b12bb9cc4
remove usage of the "certificates" API for cert renewal ( #26841 )
...
* remove usage of the "certificates" API for cert renewal
"--use-api" option is removed from kubeadm alpha certs renew command since k8s 1.19
* Update kubeadm-certs.md
* Update content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
2021-03-17 13:23:20 -07:00
Kubernetes Prow Robot
bc451ce8f9
Merge pull request #27055 from atoato88/fix-install-kubectl-redirect
...
Replace redirect links of install kubectl
2021-03-15 17:00:34 -07:00
Kubernetes Prow Robot
d267f3b079
Merge pull request #26954 from Kappie37/patch-1
...
Update broken link in access-cluster-api.md
2021-03-15 12:28:34 -07:00
Kubernetes Prow Robot
47b2ba580c
Merge pull request #27027 from vaibhav2107/link-page
...
Linking a page
2021-03-15 11:41:31 -07:00
Vaibhav Goel
75fa920cf3
Update content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md
...
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-03-15 12:39:28 +05:30
Jihoon Seo
bf312020cf
Fix broken link
2021-03-15 11:14:11 +09:00
Akihito INOH
f553cbbebc
Replace redirect links of install kubectl
...
/docs/tasks/tools/install-kubectl/ is redirected to
/docs/tasks/tools/
This commit replace the redirect links for installing kubectl
with direct links.
2021-03-15 08:22:29 +09:00
Kubernetes Prow Robot
8d779533c6
Merge pull request #26945 from jihoon-seo/patch-3
...
Fix typo (Linux -> macOS)
2021-03-12 17:41:04 -08:00
vaibhav
b87508b7fb
Linking a page
2021-03-12 21:31:00 +05:30
Kubernetes Prow Robot
0a196b3643
Merge pull request #26952 from tmoschou/update-apt-repo-setup-install-steps
...
Update Ubuntu/Debian installation instructions to use Signed-By option
2021-03-10 08:07:15 -08:00
Kappie37
e317531fad
Update content/en/docs/tasks/administer-cluster/access-cluster-api.md
...
remove unnecessary 'https://kubernetes.io ' from a link
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-03-09 09:57:28 +01:00
Terry Moschou
b1686cc43a
Switch to curl, remove code formatting on the product names, use OS family name on tabs
2021-03-09 11:47:15 +10:30
Kappie37
5f7439095e
Update access-cluster-api.md
...
Update not working link to the correct one about Accessing the API from within a Pod
2021-03-08 13:53:16 +01:00
Terry Moschou
21382af32e
Update Ubuntu/Debian installation instructions to use Signed-By option ( #26906 )
...
The use of `apt-key` to install has also been removed as it is now deprecated
and will be last available in Debian 11 and Ubuntu 22.04.
Also updates the Docker repository setup instructions in container-runtimes.md,
to now refer to the respective instructions at https://docs.docker.com/engine/install/
which has already made the move to use the signed-by option.
2021-03-08 21:23:53 +10:30
Jihoon Seo
4af3585b05
Fix typo (Linux -> macOS)
2021-03-08 15:56:59 +09:00
Nikhita Raghunath
e5a17756a4
Remove feature-state tag for categories for CRDs
...
The Categories field for CRDs was documented as beta in 1.10 in #7439
mainly because CRDs were in beta back then.
The `feature-state` tag for this section was added in #2754 , however
this section doesn't need a `feature-state` tag because the field is not
gated by any feature gate:
90851a0fb5/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/types.go (L247-L251)
It is now safe to remove the feature-state tag. Moreover, CRDs are now
GA so the beta state is not accurate.
2021-03-07 15:01:32 +05:30
Tom Kivlin
87e3291aaa
Update install-kubectl.md to use tabs for the different Operating Systems ( #26682 )
...
* top-level tags and change to included files
* revert content to main windows page
* include gcloud and update toc
* add leading blank line
* add text to avoid YAML error from Netlify
* remove YAML delimiter error
* removed redundant weight key
* add front matter and toc shortcode
* test to see if toc is fixed in included page
* update macos toc to show difference
* use static toc instead of shortcode
* uniqueness for gcloud install headers
* Move to model suggested in https://github.com/kubernetes/website/pull/26682#discussion_r585091797
* correct link to included/install-kubectl-gcloud.md
* correction of links to per-OS pages
* try a different way to use path to per-OS links
* correction of brainfart
* remove .md from link destination for per-OS pages
* modify how auto-competion steps are displayed
* remove redundant file
* correction of include - change % to <
* remove closing tag as not needed
* try and hide this directory from the ToC on the left
* remove erroneous "include="
* addressing feedback: https://github.com/kubernetes/website/pull/26682#discussion_r586325123
* addressing feedback: https://github.com/kubernetes/website/pull/26682#discussion_r586326346
* addressing feedback: https://github.com/kubernetes/website/pull/26682#discussion_r586326604
* addressing feedback: https://github.com/kubernetes/website/pull/26682#discussion_r586327212
* https://github.com/kubernetes/website/pull/26682#discussion_r586327856
* consistent verb usage as per feedback: https://github.com/kubernetes/website/pull/26682#discussion_r586328497
* update redirects as existing page is being deleted
2021-03-04 19:04:21 -08: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
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
Henry Liu
77ecc224b8
change callout from warning to caution
2021-03-02 15:11:18 +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
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
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
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
Sibi Prabakaran
6a246ed922
docs: Update the name of the secret in the output
...
I found it confusing that the name of secret is different that the one created. Hopefully this helps.
2021-02-26 16:02:46 +05:30
Neha Viswanathan
41220636ec
Migrate https://kubernetes.io/docs/concepts/cluster-administration/certificates/ to tasks section
2021-02-24 18:33:38 -08:00
Kubernetes Prow Robot
b7fd9bc6e2
Merge pull request #26564 from tengqm/fix-26542
...
Fix links to etcd public documentation
2021-02-21 10:43:42 -08:00
Naoki Oketani
e038da9e5e
chore: fix an invalid location.hash
2021-02-18 19:19:56 +09:00
Kubernetes Prow Robot
7a8ef52dfe
Merge pull request #26565 from tengqm/fix-26494
...
Fix dockerhub API URL
2021-02-16 02:27:05 -08:00
Qiming Teng
18c22d133e
Fix dockerhub URL
2021-02-16 12:17:57 +08:00
Qiming Teng
3b916b3366
Drop outdated information from the page
2021-02-16 11:31:31 +08:00
Qiming Teng
9cac41b0a8
Fix links to etcd official documentation
2021-02-16 11:29:50 +08:00
Qiming Teng
092cbba2c3
Wrap long lines and fix the indentation of lists
2021-02-16 10:56:50 +08:00
sibucan
f58d7b5d1a
Mention time range where kubelet might renew cert
...
The docs don't mention when the kubelet will attempt to renew a cert,
which causes concern when one notices that certain certificates are being
renewed and others are not. Adding the time frame adds certainty, so that
if an user notices a kubelet cert expiring in less than 30d, they know
something is misconfigured and should be looked at.
2021-02-13 10:16:43 -05:00
Kubernetes Prow Robot
d5105b529e
Merge pull request #26464 from oke-py/style
...
style: separate commands from output
2021-02-12 02:10:47 -08:00
Kubernetes Prow Robot
e512e4ef78
Merge pull request #25619 from zwindler/patch-1
...
fix: errors in base64 and sed commands
2021-02-12 01:10:47 -08:00
Naoki Oketani
e13caad951
fix an invalid location.hash
2021-02-11 20:04:59 +09:00
Naoki Oketani
e0e68de173
style: separate commands from output
2021-02-11 18:29:01 +09:00
Kubernetes Prow Robot
107f4a7d73
Merge pull request #26452 from jacksgt/patch-1
...
Clarify selection of default HPA scaling policy
2021-02-10 23:20:15 -08:00
Jack Henschel
a33e903e3a
Clarify selection of default HPA scaling policy
...
Without first mentioning where the number 40 is coming from, it was a bit unclear why 40 would be the threshold value for policy selection in this case.
I hope this patch clarifies it.
2021-02-11 09:03:54 +02:00
Naoki Oketani
a1f5566dc0
remove command from output block
2021-02-10 21:33:19 +09:00
Kubernetes Prow Robot
8377d08841
Merge pull request #25986 from schollii/master
...
Clarify binaryData handling by kubectl create and describe
2021-02-10 02:16:59 -08:00