Richard Sufliarsky
b56a4f4e43
fix typo: extraMounts -> extraVolumes
2024-07-03 16:31:42 +02:00
Dhriti Shikhar
856c384387
fixes typo
2024-07-02 13:35:50 +05:30
Kubernetes Prow Robot
f837f72b4d
Merge pull request #46993 from mochizuki875/add_debugging_profile
...
Add description about debugging profile
2024-07-01 04:31:14 -07:00
mochizuki875
0c8a63f4a2
add description about debugging profile
2024-07-01 08:10:14 +00:00
Dipesh Rawat
46ecfd46f1
Removed duplicate feature state shortcode
2024-07-01 00:28:36 +01:00
Kubernetes Prow Robot
d53ad119b5
Merge pull request #47020 from dr0ptp4kt/patch-1
...
Update horizontal-pod-autoscale-walkthrough.md
2024-06-29 02:54:47 -07:00
Kubernetes Prow Robot
edd590e063
Merge pull request #46994 from ebiiim/patch-1
...
Fixed minimum feasible nodes value (50->100)
2024-06-28 16:48:29 -07:00
Adam Baso
71312e1642
Update horizontal-pod-autoscale-walkthrough.md
...
Provide an example of `memory`.
2024-06-28 07:42:37 -05:00
Kubernetes Prow Robot
5ea6ba08e7
Merge pull request #46758 from sftim/20240610_improve_etcd_intro
...
Improve etcd task introduction
2024-06-28 02:01:41 -07:00
Kubernetes Prow Robot
2a5b85829b
Merge pull request #46974 from Zeeshan50522/patch-1
...
internal-load-balancer section indentation alignment fix
2024-06-28 01:12:24 -07:00
Martin Velez
505b0c5a0b
Update configure-service-account.md
...
The word `omitted` is likely more appropriate than `elided` here. `elided` refers more to speech than writing.
2024-06-27 14:43:13 -07:00
Kubernetes Prow Robot
e7a843fa03
Merge pull request #46987 from nilekhc/update-svm-docs
...
[Storage Version Migrator] docs: adds feature gates and runtime config information
2024-06-27 02:53:01 -07:00
Shunsuke Ise
44460b3ee3
fix: minimum feasible nodes 50->100
...
That the current `minFeasibleNodesToFind` is 100 instead of 50 (in docs). See `kubernetes/pkg/scheduler/schedule_one.go`.
2024-06-27 18:06:56 +09:00
Kubernetes Prow Robot
d3613eab81
Merge pull request #46913 from ktvargo-ms/46595
...
Revise stale "Translate a Docker Compose File to Kubernetes Resources" page
2024-06-26 18:11:51 -07:00
Nilekh Chaudhari
4f6129ef0c
Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>
...
docs: adds feature gates and runtime config information
2024-06-26 13:45:19 -07:00
Kubernetes Prow Robot
79cf2687cb
Merge pull request #46717 from pegasas/issues/46622
...
Fix incorrect statement about Basic auth Secrets
2024-06-26 11:54:31 -07:00
Zeeshan50522
6108b78fa9
alignment annotation
2024-06-25 23:14:21 +00:00
Zeeshan50522
96f1911c5b
aws-internal-load-balancer-spaces-alignment
2024-06-26 00:45:52 +02:00
Katie Vargo
cca76d50c1
fix failing image pull and update commands and ouput
...
update curl command to use version 33 for kompose and updated compose.yaml
update kubectl apply command and changed output of kompose and kubectl apply commands.
modified testing with minikube command and k decribe output and modified cleanup with k delete command.
updated v to 1.34 to removed committ markers
resolved nits
2024-06-25 12:12:13 -04:00
Adarsh-verma-14
0f25d68a3f
updated the wrong link in default storage classes
2024-06-24 13:39:37 +05:30
Kubernetes Prow Robot
220835e2c3
Merge pull request #46525 from sftim/20240524_revise_pod_lifecycle
...
Revise termination section in pod lifecycle concept
2024-06-21 16:42:54 -07:00
Kubernetes Prow Robot
8cb9c268a4
Merge pull request #46667 from chrono/patch-1
...
Fix broken link in topology-aware-routing.md
2024-06-20 16:21:24 -07:00
Prasad Katti
1dca66b534
Fix misnamed field in CRD documentation ( #46863 )
...
* Fix a couple of mistakes in custom-resource-definition-versioning.md
* revert one change
2024-06-19 16:41:20 -07:00
Tim Bannister
77407a728a
Minor tidying
2024-06-19 18:28:21 +01:00
Tim Bannister
5c983f8664
Give sidecars and Pod termination a subheading
...
That way, the docs can link to it.
2024-06-19 18:28:21 +01:00
Tim Bannister
6fd7caedc8
Reword to fix formatting of note shortcode
2024-06-19 18:28:20 +01:00
Kubernetes Prow Robot
757bf6ec08
Merge pull request #46777 from sftim/20240611_improve_etcd_management
...
Reorganize some callouts in etcd admin task
2024-06-18 17:12:41 -07:00
Kubernetes Prow Robot
b69812ea4a
Merge pull request #46810 from chillje/patch-1
...
Update garbage-collection.md for misleading "ImageMaximumGCAge" configuration option
2024-06-16 15:59:41 -07:00
Kubernetes Prow Robot
3e9c976ef3
Merge pull request #46823 from ktvargo-ms/46613
...
Remove self referencing link
2024-06-16 07:57:29 -07:00
Katie Vargo
5229cb22a1
removed self referencing link per #46613
2024-06-14 16:42:28 -04:00
Gary Miguel
3cd095d948
fix Gt, Lt behavior documentation
...
Tested empirically. Also matches the operator names.
2024-06-14 13:24:37 -07:00
Robin Wood
41ae34b988
tell the user to use their own name, not the example. ( #44115 )
...
* tell the user to use their own name, not the example.
The example command won't work if just copy/pasted, the name in it needs updating to the one in the user's environment.
* Update content/en/docs/tutorials/hello-minikube.md
Co-authored-by: lakshmi prasuna <thummala.prasuna@india.nec.com>
* Update hello-minikube.md
Fixing line styling
* Updated to use a note.
* Removing stray left over line
---------
Co-authored-by: lakshmi prasuna <thummala.prasuna@india.nec.com>
2024-06-14 05:10:57 -07:00
chillje
97682374d5
Update garbage-collection.md
...
The documentation about the feature gate and option field "ImageMaximumGCAge" is misleading.
The option field for the kubelet configuration is camelCase and needs to start with a lowercase "i" instead of an uppercase "I" (like for the feature gate option).
2024-06-13 16:41:41 +02:00
Kubernetes Prow Robot
450e6198fe
Merge pull request #44861 from suhasadhav/patch-1
...
Mention how requests are inferred from limits
2024-06-13 05:34:26 -07:00
Chinemerem
c1d218e4d5
Fix broken link to node heartbeats
...
Previously, the `heartbeats` link in the `namespaces` page pointed to the outdated `heartbeats` section. Now, it correctly points to the `node-heartbeats` section.
2024-06-12 11:05:41 -04:00
Tim Bannister
3b7d420a94
Improve etcd task introduction
...
- Only have one prerequisites heading
- Actually list prerequisites
- Don't list a cluster as a prerequisite (they might not have one)
- Mention that etcd can run as static Pods
2024-06-12 11:05:29 +01:00
Lubomir I. Ivanov
a493517449
kubeadm: add note about a bug in the PublicKeysECDSA FG
...
The PublicKeysECDSA has been poorly tested and supported and
apparently it had a bug where keys in kubeconfig files were
using RSA even if the FG was true.
Add note about that in the FG section of the kubeadm init doc.
2024-06-12 12:58:56 +03:00
Tim Bannister
f1a709eb6c
Reorganize some callouts in etcd admin task
...
Aim to reduce the large number of note callouts; promote one to a
caution.
2024-06-12 10:57:29 +01:00
Kubernetes Prow Robot
ab46c51717
Merge pull request #46778 from robert-cronin/update-etcd-commands
...
Add clarification on the usage of etcdutl vs etcdctl
2024-06-12 01:12:09 -07:00
Robbie Cronin
364f5bb958
Update content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md
...
Co-authored-by: Shubham <shubham.kuchhal@india.nec.com>
2024-06-12 17:47:48 +10:00
Robbie Cronin
53d76474c0
Update content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md
...
Co-authored-by: Shubham <shubham.kuchhal@india.nec.com>
2024-06-12 17:47:38 +10:00
Aaina26
5ead326713
Fix references in IPv4/IPv6 dual-stack
2024-06-12 10:06:52 +05:30
Robert Cronin
de17a03105
Add clarification on the usage of etcdutl vs etcdctl
2024-06-12 10:42:44 +10:00
Kubernetes Prow Robot
cb7706612a
Merge pull request #44099 from ahmedavid/correction_port-forward
...
Service without selectors, command correction issue
2024-06-11 09:51:22 -07:00
Kubernetes Prow Robot
c05e239c86
Merge pull request #44643 from T-Lakshmi/rbac
...
Reworded 'beyond discovery permissions' wording in "Using RBAC Authorization" page
2024-06-11 09:48:44 -07:00
Kubernetes Prow Robot
5bdf3bc946
Merge pull request #46769 from MikeSpreitzer/discuss-apf-recursion
...
Add section to APF page about recursive scenarios
2024-06-11 07:24:22 -07:00
Mike Spreitzer
eeca4ac53d
Add section to APF page about recursive scenarios
...
Signed-off-by: Mike Spreitzer <mspreitz@us.ibm.com>
2024-06-11 10:12:01 -04:00
Tamilselvan
ebb553a599
Note for to clear backup files ( #46773 )
...
* Note for clear backup files
* Update content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade.md
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
---------
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
2024-06-11 04:28:47 -07:00
Kubernetes Prow Robot
731cb6731d
Merge pull request #46745 from network-charles/network-charles-patch-5
...
Clarify the Pod Phase "Failed" Explanation
2024-06-10 02:01:25 -07:00
steve-hardman
f5360ceeeb
Add tab layout for "etcdutl" and "etcdctl" restore options ( #46748 )
...
* Update configure-upgrade-etcd.md
* Update configure-upgrade-etcd.md
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
* Update configure-upgrade-etcd.md
---------
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2024-06-09 21:25:20 -07:00