Commit Graph

2289 Commits

Author SHA1 Message Date
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
Ole Markus With 20bd724f5e Add support for scaling out the control plane with dedicated apiserver nodes
Ensure apiserver role can only be used on AWS (because of firewalling)

Apply api-server label to CP as well

Consolidate node not ready validation message

Guard apiserver nodes with a feature flag

Rename Apiserver role to APIServer

Add an integration test for apiserver nodes

Rename Apiserver role to APIServer

Enumerate all roles in rolling update docs

Apply suggestions from code review

Co-authored-by: Steven E. Harris <seh@panix.com>
2021-03-20 20:57:00 +01:00
Peter Rifel 08b263b8f6
Fix GCE channels version constraints
Previously k8s 1.17+ would always match with COS rather than Ubuntu 20.04 because of the unbound version range.
This updates 1.18+ clusters to use Ubuntu 20.04 to match AWS.

This should fix the failure to download logs via SSH here: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/e2e-kops-gce-kubetest2/1373013584195358720
The instance groups confirm the use of COS rather than u2004: https://storage.googleapis.com/kubernetes-jenkins/logs/e2e-kops-gce-kubetest2/1373013584195358720/artifacts/instancegroups.yaml
2021-03-19 22:34:31 -05:00
Daniel Iziourov f0ce7708d2
fix(docs): cpuCFSQuotaPeriod needs a feature gate 2021-03-19 11:27:25 +01:00
Kubernetes Prow Robot 9ddc1bdeda
Merge pull request #11041 from hakman/bazel-3.5.0
Update Bazel to v3.5.0
2021-03-18 10:29:20 -07:00
Ciprian Hacman 47fb5f1d8c Update docs to mention Bazelisk 2021-03-18 18:49:13 +02:00
yojay 7c76ec4def corret a word for readme 2021-03-18 20:01:32 +08:00
Adrian Mester ae782e8792 fix CNI bin path in troubleshoot.md 2021-03-16 12:08:44 +02:00
Kubernetes Prow Robot 9dfbd03fa6
Merge pull request #11046 from hakman/channels-arm64
Add channels entries for image architecture
2021-03-15 12:16:34 -07:00
Ciprian Hacman 55f8c70779 Add channels entries for image architecture 2021-03-15 20:36:37 +02:00
Barry Melbourne e30bf1cf35 Update Go modules to latest versions 2021-03-14 15:08:27 +00:00
Ciprian Hacman 722b9e3b62 Release notes for 1.20.0-beta.2 2021-03-12 19:39:23 +02:00
Bharath Vedartham 1243e6b4e2 Add to 1.21 release notes 2021-03-09 23:21:42 +05:30
Kubernetes Prow Robot fea7589d97
Merge pull request #10574 from bharath-123/feat/protokube-systemd
Run protokube as a systemd service
2021-03-07 22:03:44 -08:00
Ciprian Hacman 77b72efe1d Fix various nits when changing Protokube to run as service 2021-03-08 07:19:48 +02:00
Vitaliy 8b4aebc1e1
Fix very minor formatting typos in docs/manifests_and_customizing_via_api 2021-03-07 15:38:46 -05:00
Ole Markus With cbffdf3ffe Add a note about informal office hours
Update docs/welcome/office_hours.md

Co-authored-by: Ciprian Hacman <ciprianhacman@gmail.com>

Apply suggestions from code review

Co-authored-by: Ciprian Hacman <ciprianhacman@gmail.com>
2021-03-04 10:04:28 +01:00
Kubernetes Prow Robot 266204d828
Merge pull request #10921 from roim/getting_started-typos
Fix typos in docs/getting_started
2021-03-02 13:41:20 -08:00
Peter Rifel 577df0addf
Add support for defining a transit gateway for a default route
I opted to just use a *string for the TGW ID in the route task rather than a full TGW task because kops will never be creating TGWs itself, they will always be defined by ID.
2021-02-28 12:38:29 -06:00
Kubernetes Prow Robot 30ba077cbd
Merge pull request #10928 from christian-schlichtherle/patch-1
Fix no-schedule issue
2021-02-26 23:54:38 -08:00
Christian Schlichtherle d196efcb82 Fix no-schedule issue for the GPU operator 2021-02-27 09:15:30 +02:00
John Pugliesi 8ddf4e1ac3
Update security.md 2021-02-25 11:21:30 -08:00