Commit Graph

2755 Commits

Author SHA1 Message Date
Ciprian Hacman d8abc8855a Enable rolling updates for Hetzner 2022-07-29 17:47:33 +03:00
Ciprian Hacman f3b9d246cc Add option to set etcd-manager backup interval 2022-07-15 19:07:25 +03:00
ederst 37de1a353e Use csi-snapshotter for OS only when the controller is enabled 2022-07-07 16:40:18 +02:00
Nicolas Sterchele 9d6926ee8a aws: introduce maximum instance lifetime in cluster
The maximum instance lifetime is an AWS only feature and specifies the
maximum amount of time (in seconds) that an instance can be in service
before it is terminated and replaced.
A common use case might be a requirement to replace your instances on a
schedule because of internal security policies or external compliance
controls.
2022-07-04 20:50:19 +02:00
Ole Markus With fbf3304fce Make it possible to enable the shield addon for LBC 2022-06-30 16:42:08 +02:00
Ciprian Hacman e8460f3396 Update dependencies 2022-06-30 07:20:55 +03:00
Ciprian Hacman 23017274f3 Run make gen-cli-docs 2022-06-28 19:38:38 +03:00
justinsb c66504a0d4 gce: Move out of beta, drop feature flag
GCE support seems stable now, and we have good clarity at the API
level and how that translates to GCP resources, which was our blocker
previously.

Drop the need for the feature-flag.
2022-06-28 19:38:38 +03:00
Ole Markus With aca869b7b5 Do not run CAS on spot instances 2022-06-21 17:11:38 +02:00
Eric Bailey 84baee5583 Update documentation for fileAssets and fix whitespace error 2022-06-10 07:14:46 +03:00
Kubernetes Prow Robot 44cd30648c
Merge pull request #13709 from hakman/terraform_kops_state
Clarify difference between terraform and kOps state stores
2022-05-31 11:50:24 -07:00
Ciprian Hacman 0de122f751 Clarify difference between terraform and kOps state stores 2022-05-31 08:19:44 +03:00
Ilya Shaisultanov 92d38744dc
Fix links to go docs
Go doc link path is case-sensitive, so use all-lowercase `kops`
in the path.
2022-05-30 11:56:48 +02:00
simonc bc93ec53ac
Update troubleshoot.md 2022-05-26 10:51:27 +01:00
Ciprian Hacman 2ce053a421 Add release note and getting started entries for Hetzner 2022-05-24 14:10:00 +03:00
Ole Markus With 78207ae6c3 Release notes for 1.24.0-alpha.5 2022-05-21 19:55:07 +02:00
Pierre Carru 11322e4015
aws.md
Missing backslash
2022-05-19 15:08:40 +02:00
Kubernetes Prow Robot 19aafca270
Merge pull request #13652 from hakman/upgrade_cluster_k8s-version
Allow overriding the kubernetes version when upgrading the cluster
2022-05-18 00:29:00 -07:00
Kubernetes Prow Robot 7a90131d54
Merge pull request #13567 from HealthEngineAU/cert-manager-nameservers
Add a nameservers parameter for cert-manager.
2022-05-18 00:28:53 -07:00
Ciprian Hacman 90faa6b5fd Allow overriding the kubernetes version when upgrading the cluster 2022-05-18 08:05:59 +02:00
Jim Barber 0fa178106a Add a nameservers parameter for cert-manager
Provide a way to override the pod's list of DNS nameservers to use so
that split-view DNS zones still work for things like DNS01 challenges.
Without this the DNS TXT records are searched for in the private DNS
zone instead of the public one and the challenge will never succeed.
2022-05-18 13:23:26 +08:00
Steven E. Harris a1495ac4c8
Allow the AWS LB Controller to use WAFs
By introducing a few new fields within the Cluster spec's
"awsLoadBalancerController" field, allow users to enable the AWS Load
Balancer Controller to associate WAFs with EC2 Application Load
Balancers (ALBs). It's possible to enable separately use of two kinds
of WAF: WAF Classic and the never version 2-era WAF, the latter of
which bears no distinguishing name.

Retain our default configuration of the AWS Load Balancer Controller
in which this capability remains disabled via command-line flags,
overriding the controller program's enabling of this capability by
default.

Signed-off-by: Steven E. Harris <seh@panix.com>
2022-05-16 12:20:28 -04:00
Kubernetes Prow Robot b03f17ce51
Merge pull request #13645 from minkimipt/master
Fix code block in manageStorageClasses docs
2022-05-13 05:55:49 -07:00
Danil Zhigalin 99d9f94ceb Fix code block in manageStorageClasses docs
When posting the initial PR I didn't build the docs and didn't realise
that code block was not closed. Fixing it now.
2022-05-13 10:05:52 +02:00
Joao Marques 7b28a3af13 docs(instance-groups): fix typo 2022-05-12 19:07:56 -03:00
Danil Zhigalin ba5b96bb05 Update documentation for manageStorageClasses
`spec.cloudConfig.manageStorageClasses` is undocumented despite being
cloud-wide setting. Adding description for that option.
2022-05-12 19:06:25 +02:00
Kubernetes Prow Robot aa9b06332e
Merge pull request #13634 from hakman/relnotes_1.24.0-alpha.4
Release notes for 1.24.0-alpha.4
2022-05-11 04:55:01 -07:00
Ciprian Hacman 328f4f2b28 Release notes for 1.24.0-alpha.4 2022-05-11 13:31:47 +03:00
Ole Markus With 5664c9f63a Release notes for 1.23.2 2022-05-11 09:09:51 +02:00
Ciprian Hacman 537a550d0c Add docs for the packages option 2022-05-09 06:44:40 +03:00
Mohsen Sadeghzade 4102c2fb48
doc(mfa): add another workaround using aws-vault 2022-05-03 06:31:01 +00:00
Kubernetes Prow Robot 51646984a1
Merge pull request #13577 from hakman/stop_installing_nfs
Don't install nfs-common/nfs-utils by default
2022-05-02 21:17:55 -07:00
Ciprian Hacman 178cf89324 Don't install nfs-common/nfs-utils by default 2022-05-03 04:29:23 +03:00
Peter Rifel 5368c55567
Remove remaining bazel references 2022-05-01 13:56:56 -05:00
Kubernetes Prow Robot 095e00606a
Merge pull request #12327 from olemarkus/server-version
Make kOps version show server version too
2022-04-30 13:19:12 -07:00
Kubernetes Prow Robot fe4f1fbfb1
Merge pull request #13580 from olemarkus/bump-nvidia-24
Bump nvidia device plugin to 0.11 and nvidia driver to 510
2022-04-30 08:05:12 -07:00
Ole Markus With e622736992 Bump nvidia device plugin to 0.11 and nvidia driver to 510 2022-04-30 16:01:47 +02:00
Ole Markus With 9eca9c882b Add flag to version showing the kops 'server' version 2022-04-30 15:57:46 +02:00
Kubernetes Prow Robot a08f450ef0
Merge pull request #13565 from rifelpet/ebs160
Upgrade EBS CSI Driver to v1.6.0
2022-04-30 02:05:13 -07:00
Kubernetes Prow Robot 24480a0e4f
Merge pull request #13561 from hakman/rocky8_docs
Add docs for Rocky Linux 8
2022-04-29 06:01:14 -07:00
Guillaume Le Biller 467424d6a5
Add NodeTerminationHandler cpu resources settings 2022-04-29 10:50:16 +02:00
Peter Rifel 8d9b36b621
Add release note about minimum EBS CSI .Version due to the repo move 2022-04-27 22:17:29 -05:00
Ciprian Hacman 0b39fefabb Add docs for Rocky Linux 8 and Ubuntu 22.04 (Jammy) 2022-04-27 16:06:55 +03:00
Ciprian Hacman 4fe9822cf1 Add back support for Ubuntu 18.04 2022-04-26 08:22:50 +03:00
Kubernetes Prow Robot 755f8f5e54
Merge pull request #13531 from olemarkus/relnotes_1.23.1
Release notes for 1.23.1
2022-04-20 02:25:41 -07:00
Ole Markus With 9855d67df5 Release notes for 1.23.1 2022-04-20 10:43:02 +02:00
Ole Markus With dfa60ce2bb Release notes for 1.22.5 2022-04-20 09:49:49 +02:00
Ole Markus With 6642516696 Add release notes for new labels and taints 2022-04-18 13:56:13 +02:00
Kubernetes Prow Robot 4f83ea1b53
Merge pull request #13489 from anthonytwh/docs-getting-started-aws
Docs getting started aws
2022-04-13 09:18:46 -07:00
Anthony T 683327674a modified: docs/getting_started/aws.md
Add --name to `kops edit cluster` and `kops update cluster` for consistency in docs as they are used in `kops create` and `kops delete`.
2022-04-13 11:34:49 -04:00