chirangaalwis
7449bb36a0
Update config refs to KubeSchedulerConfiguration
2021-11-02 19:56:21 +05:30
Chiranga Alwis
c5cb03ab13
Shorten the description on field updating
...
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-11-02 14:01:35 +05:30
Chiranga Alwis
7b6d84ec7c
Use note short code to highlight the content
...
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-11-02 13:59:24 +05:30
Chiranga Alwis
514db9eb70
Improve and reorder the wording
...
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-11-02 10:31:38 +05:30
Chiranga Alwis
eedbfd5724
Add content best practices
...
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-11-02 10:28:51 +05:30
chirangaalwis
35525d17b5
Add extra details for clarity
2021-10-18 20:44:13 +05:30
Chiranga Alwis
dcbf152118
Remove unnecessary reference to scheduler
...
Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
2021-10-18 20:29:53 +05:30
Chiranga Alwis
9a0f0e25ea
Rearrange words for better meaning
...
Co-authored-by: Deepak Gupta <deepakgdkg1g8868@gmail.com>
2021-10-18 20:28:17 +05:30
Chiranga Alwis
10846473ac
Add reference to the created scheduler configuration CM
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-10-18 10:21:13 +05:30
chirangaalwis
8e250cf405
Update references to invalid --scheduler-name arg
2021-10-16 15:02:45 +05:30
chirangaalwis
95be4e5e65
Update multiple scheduler with HA guide
2021-10-16 14:55:30 +05:30
chirangaalwis
6ec90297d0
Update multiple scheduler deployment guide
2021-10-16 13:31:18 +05:30
Kubernetes Prow Robot
87235b508d
Merge pull request #29311 from mengjiao-liu/update-githubbranch-param
...
Hard-code the name of the target repo's default branch instead of using the githubbranch parameter value
2021-08-16 06:03:18 -07:00
Mengjiao Liu
f945335af6
Hard-code the name of the target repo's default branch instead of using the githubbranch parameter value
2021-08-10 18:03:21 +08:00
Dima Brusilovsky
91f4f4adf7
Update custom-resource-definition-versioning.md
2021-08-08 18:47:19 +03:00
John Gardiner Myers
63405a399a
Use consistent terminology for the Kubernetes general CA
2021-07-03 13:50:42 -07:00
Kubernetes Prow Robot
0709b30d05
Merge pull request #28510 from chenxuc/28490
...
Correct command output in custom-resources example
2021-06-24 08:41:41 -07:00
chenxuc
c2d7782e5a
Correct command output
...
For issue #28490 ,
update command output to avoid confusion.
2021-06-20 16:03:08 +08:00
Kubernetes Prow Robot
5dfcf92490
Merge pull request #28447 from tengqm/fix-file-modes
...
Remove exec permission on markdown files
2021-06-17 19:04:04 -07:00
Qiming Teng
e9703497a1
Remove exec permission on markdown files
...
For some unknown reasons, we have got many markdown files with exec
permission. That is weird and risky.
2021-06-16 17:57:00 +08:00
Kubernetes Prow Robot
2f4a570f0c
Merge pull request #27573 from dancnfoo/patch-1
...
Update custom-resource-definition-versioning.md
2021-06-09 19:57:26 -07:00
David Garvey
87364a0983
Add missing word 'be'
2021-04-26 13:53:16 +08:00
dancnfoo
a38531234f
Update custom-resource-definition-versioning.md
...
`stored` should be `storage`
2021-04-15 11:50:24 -07:00
Karen Bradshaw
3ff5ec1eff
clean up use of word: just
2021-03-17 19:57:40 -04: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
vaibhav
b87508b7fb
Linking a page
2021-03-12 21:31:00 +05:30
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
Karen Bradshaw
7d9916af0c
clean up use of word: easy
2021-02-01 15:14:25 -05:00
Kubernetes Prow Robot
a5b0f7be9a
Merge pull request #25597 from apelisse/clarify-preserve-unknown
...
Clarify compatibility guarantees around spec.preserveUnknownFields
2021-01-14 11:18:55 -08:00
Antoine Pelisse
fb1a0ca2e2
Address feedback
2021-01-14 10:54:51 -08:00
Xiang Dai
b445946ce2
Update setup-konnectivity.md
...
Add missing volume config.
2020-12-16 11:45:41 +08:00
Antoine Pelisse
a51a653764
Clarify compatibility guarantees around spec.preserveUnknownFields
2020-12-13 20:43:29 -08:00
Jefftree
3dc68c924b
Add section for defaulting and nullable
2020-11-23 11:49:35 -05:00
Andrei Kvapil
798b5c9f2a
Add missing steps to configure konnectivity-server ( #24141 )
...
* Add missing steps to configure konnectivity-server
* Update content/en/docs/tasks/extend-kubernetes/setup-konnectivity.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/tasks/extend-kubernetes/setup-konnectivity.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/tasks/extend-kubernetes/setup-konnectivity.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* update konnectivity manifests
* remove tcp configuration
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-11-12 23:52:23 -08:00
Jakob
8c68745c0f
improve structure of finalizer section in CRD guide ( #24851 )
...
- It's now more precise regarding the format of finalizers (which have to
consist of a namespace and a name, separated by a forward slash or they
will get rejected by the apiserver, with the exception of built in ones)
- It's less repetitve in general
2020-11-04 08:00:05 -08:00
Michael McCune
de655df255
fix case for scale subresource fields
...
This change corrects the capitalization for the code blocks referring to
`statusReplicasPath` and `labelSelectorPath` to make the descriptive
text consistent with the code values.
2020-10-21 12:37:58 -04:00
Qiming Teng
321342b3f0
Fix nits in CRD task
2020-09-08 18:45:38 +08:00
Kubernetes Prow Robot
723b0863c6
Merge pull request #22754 from sftim/20200726_document_customresourcedefinition_stable
...
Document CustomResourceDefinition as stable
2020-08-26 14:53:03 -07:00
Savitha Raghunathan
95c94c03d5
resolving conflicts
2020-08-23 12:13:37 -04:00
Tim Bannister
85aaea2a99
Document CustomResourceDefinition as stable
...
Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>
2020-08-22 14:14:47 +01:00
Kubernetes Prow Robot
143405e792
Merge pull request #22822 from mokua/patch-8
...
Update custom-resource-definitions.md
2020-08-18 14:13:10 -07:00
Anna Jung
09d0f598fa
Merge master into dev-1.19 to keep in sync
2020-08-11 08:34:02 -05:00
Qiming Teng
92ae1a9cf8
Tune links in tasks section (2/2)
2020-08-08 16:15:28 +08:00
Richard Mokua
4719ff5ef3
Update custom-resource-definitions.md
...
Fixed indentation on line 676
2020-08-05 07:13:32 +02:00
jimoosciuc
5c6727bc1a
Update custom-resource-definition-versioning.md
...
Fixed an issue on CustomResourceDefinition yaml
2020-08-04 17:00:03 +08:00
Richard Mokua
1c76afc2bc
Update custom-resource-definitions.md
...
The example on line 746-754, should has an image tag; with the image tag, the validation will fail with the error "validating data: ValidationError(CronTab.spec): unknown field "image"". Solution : Adding the image field on the CustomResourceDefinitions.
2020-07-30 07:56:34 +02:00
Savitha Raghunathan
e2a861c2f9
Merge remote-tracking branch 'upstream/master' into dev-1.19
2020-07-27 19:10:42 -04:00
Cweiping
c80c9c40c1
fix page configure-multiple-schedulers/#enable-leader-election style error ( #22642 )
...
* fix https://kubernetes.io/docs/tasks/extend-kubernetes/configure-multiple-schedulers/#enable-leader-election style error
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
* fix https://kubernetes.io/docs/tasks/extend-kubernetes/configure-multiple-schedulers/#enable-leader-election style error
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-07-26 20:16:16 -07:00
Savitha Raghunathan
53f2d23359
resolving conflicts
2020-07-19 19:15:36 -04:00
Jordan Liggitt
f12bc65e80
Address doc review comments
2020-07-15 12:24:42 -04:00