Alexander Block
d1ab0af511
Allow cert-manager to be provisioned externally
2021-04-30 20:33:59 +02:00
John Gardiner Myers
428041bc0f
Add cluster-level warmPool settings
2021-04-25 20:22:04 -07:00
John Gardiner Myers
0647563da8
Improve warm pool documentation
2021-04-24 10:48:05 -07:00
Kubernetes Prow Robot
7efc6d6cf3
Merge pull request #11307 from olemarkus/warm-documentation
...
Add warm pool docs and release notes
2021-04-24 02:49:22 -07:00
Kubernetes Prow Robot
bc20262a47
Merge pull request #11281 from javipolo/cert-manager-default-issuer
...
Add ability to set a default Issuer in certManager addon
2021-04-24 01:21:14 -07:00
Ole Markus With
c18a210124
Add warm pool docs and release notes
2021-04-24 09:45:41 +02:00
Jason Haugen
c2a9bdc515
fix permissions required for NTH Queue Processor
2021-04-23 13:10:29 -05:00
Peter Rifel
c653a83be9
Document the newly required SQS permissions for NTH
2021-04-23 09:31:10 -05:00
Jason Haugen
36722afb0f
change casing Asg->ASG
2021-04-22 13:07:01 -05:00
Javi Polo
bf20c6a4b7
Add ability to set a default Issuer in certManager addon
2021-04-21 22:39:25 +02:00
Jason Haugen
7e48dad4d2
add ManagedAsgTag, merge templates, improve docs
2021-04-19 16:51:08 -05:00
Jason Haugen
cceb9dd296
lifecycle integ test, docs, & small cleanup
2021-04-19 15:43:06 -05:00
Kubernetes Prow Robot
146f9b4cbb
Merge pull request #11248 from dntosas/cilium-resources
...
[cilium] Add support for choosing resources
2021-04-19 10:23:45 -07:00
dntosas
55524935d7
[cilium] Add support for choosing resources
...
Cilium as a CNI is a critical component for the cluster so it would be safe
to have some guaranteed resources as well as allowing the users to
define them based on their needs.
In this commit, we init default requested resources and add the
capability of user-defined values.
Signed-off-by: dntosas <ntosas@gmail.com>
2021-04-19 11:30:02 +03:00
dntosas
0d12f8bfac
[docs] Add a note for updating hashes when changing addon manifests
...
Signed-off-by: dntosas <ntosas@gmail.com>
2021-04-19 11:11:39 +03:00
John Gardiner Myers
3fe51f2a68
Update rolling update documentation
2021-04-18 15:41:55 -07:00
Kubernetes Prow Robot
2714c66f95
Merge pull request #10672 from hakman/remove-blm-banner
...
Remove BLM banner
2021-04-15 07:01:50 -07:00
Kubernetes Prow Robot
2f1c8f3969
Merge pull request #11186 from integrii/patch-1
...
Update kops_create_secret_dockerconfig.md
2021-04-15 05:55:50 -07:00
Ciprian Hacman
6c284a886b
Apply suggestions from code review
2021-04-15 11:42:27 +03:00
Eric Greer
21c6007e71
Update kops_create_secret_dockerconfig.md
...
Today we were implementing an authenticated docker user, but it was unclear how exactly to do that. We learned that simply making this secret within kops was all that was needed for the docker config to start appearing on newly built nodes. It would be nice if the documentation here reflected that. It would have saved us some time.
2021-04-15 11:30:54 +03:00
xiaorunkun
df908fbed8
Correct typos
2021-04-15 10:31:02 +03:00
Kubernetes Prow Robot
98ddb40259
Merge pull request #11233 from hakman/relnotes_1.21.0-alpha.3
...
Release notes for 1.21.0-alpha.3
2021-04-14 03:30:42 -07:00
Ciprian Hacman
80f63a3446
Release notes for 1.21.0-alpha.3
2021-04-14 10:22:17 +03:00
yojay11717
71d84f6375
fix a typo
2021-04-14 14:38:35 +08:00
Peter Rifel
3e4919de7d
Update IG tutorial for per-AZ node groups
2021-04-12 21:21:07 -07:00
John Gardiner Myers
492a2422d7
Update release compatibility matrix
2021-04-10 19:37:01 -07:00
Justin SB
63ebbe556a
Docs: Remove 'prerelease' warning from 1.20
...
Also fix a small typo I noticed in the 1.19 notes.
2021-04-10 14:56:51 -04:00
Justin SB
994e0e2feb
Release notes for 1.20.0
2021-04-10 09:42:57 -04:00
Kubernetes Prow Robot
e465d57d81
Merge pull request #11189 from recollir/patch-1
...
Update cilium.md
2021-04-09 13:45:16 -07:00
Justin SB
6cb7a5be67
Release notes for 1.19.2
2021-04-09 11:30:50 -04:00
Federico Hernandez
927429bea7
Update cilium.md
...
Link to Cilium doc about NodePort resulted in a 404.
2021-04-09 08:50:31 +02:00
Kenji Kaneda
baff30d66e
Add an option to skip NTP installation
...
Add NTPConfig to ClusterSpec. NTPConfig has the SkipInstall option.
https://github.com/kubernetes/kops/issues/9661
2021-03-31 12:33:32 -07:00
Kubernetes Prow Robot
50b89a0c25
Merge pull request #11151 from maoyangLiu/master
...
fix the mistake link in addons.md
2021-03-28 12:06:45 -07:00
Kubernetes Prow Robot
e4be5dcece
Merge pull request #11150 from allir/patch-1
...
Update Getting Started AWS guide
2021-03-28 11:24:44 -07:00
Kubernetes Prow Robot
0a84e898f2
Merge pull request #11153 from justinsb/expand_help_on_user-Flags
...
Expand flag help on --user flags
2021-03-27 11:20:43 -07:00
Justin Santa Barbara
e34d9bb579
Expand flag help on --user flags
...
It wasn't entirely clear to me that this had to be the name of a user
kubeconfig section.
2021-03-27 13:41:10 -04:00
Justin Santa Barbara
1a9dd01811
Clarify release notes around exporting kubeconfig
...
Make a clearer distinction between exporting kubeconfig (including
server endpoints / certificates) vs exporting credentials.
Issue #11021
2021-03-27 06:58:40 -04:00
maoyangLiu
107c4572a5
fix the mistake link
2021-03-27 14:06:51 +08:00
Aðalsteinn Rúnarsson
c8af7fa8bb
Update Getting Started AWS guide
...
Fix some markdown linting and also fix headings.
"Create Cluster" was top level heading so it breaks the right hand side table of contents as it will stop listing the headings after that point.
2021-03-26 20:11:21 +00:00
Luke Hinds
5fbbe3dd9d
Change registrable domains to placeholders
...
An issue was raised to the product security commitee that the
aws example domains in kops documentation were registrable and
could be used for various attacks against users (should they
run the specific examples)
Signed-off-by: Luke Hinds <lhinds@redhat.com>
2021-03-26 10:50:04 +00:00
Igor Lončarević
604a2eaa04
Update cluster_spec.md
...
Example contains wrong reference.
The correct one is: allocationId, not allocationID
2021-03-25 16:08:37 +01:00
Kubernetes Prow Robot
a01ee1d0fe
Merge pull request #11140 from jurriaanpro/cluster-autoscaler-add-scale-down-delay-after-add
...
Add scaleDownDelayAfterAdd to clusterAutoscaler spec
2021-03-25 05:57:29 -07:00
jurriaanpro
25955ceb6b
Add scaleDownDelayAfterAdd to clusterAutoscaler spec
2021-03-25 11:23:48 +01:00
Barry Melbourne
05123faf5a
Update containerd to v1.3.10/v1.4.4
2021-03-23 17:02:01 +00:00
Ciprian Hacman
f28e1e3927
Update release process docs
2021-03-22 12:52:28 +02:00
Ciprian Hacman
6bc4d986d2
Release notes for 1.21.0-alpha.2
2021-03-22 11:51:13 +02:00
Kubernetes Prow Robot
d0b175fb2b
Merge pull request #11090 from olemarkus/docs-apiserver-nodes
...
Add docs about dedicated apiserver ndoes
2021-03-22 00:37:44 -07:00
Justin SB
b69b440c2e
Add values page
...
As discussed in #10672 , we are maintaining the BLM statement on a page
dedicated to our values.
Additional values mirror the kubernetes project values. We can
document additional values by agreement in office hours.
2021-03-21 10:35:46 -04:00
Ole Markus With
29d5494940
Add docs about dedicated apiserver ndoes
2021-03-21 07:41:18 +01:00
Kubernetes Prow Robot
d2ba0b9f1e
Merge pull request #11071 from danmx/patch-1
...
fix(docs): cpuCFSQuotaPeriod needs a feature gate
2021-03-20 20:23:42 -07:00