justinsb
2a9343a168
Generate revisions of NLB objects, and introduce cleanup phase
...
This lets us safely make changes to otherwise immutable fields, in
particular for adding security groups to NLBs created without them.
We detect the older versions, and create deletion tasks to remove
them. These tasks can be deferred, and we expect them to be
deferred to a "prune" phase that runs after cluster apply.
Co-authored-by: Ciprian Hacman <ciprian@hakman.dev>
2024-02-17 11:41:15 -05:00
Jack Laxson
36450cf6a8
mk-cli-docs is manual
2024-02-13 17:59:09 -05:00
Ciprian Hacman
9bef6ef55a
test: Improve cluster deletion defaults
2024-01-08 22:10:01 +02:00
Ciprian Hacman
03c109b74b
Make cluster deletion configurable
2024-01-07 07:15:25 +02:00
Peter Rifel
8524175f86
Dump k8s resources with kops toolbox dump
...
Signed-off-by: Peter Rifel <pgrifel@gmail.com>
2023-12-30 19:22:53 -08:00
upodroid
3f17147571
add validation interval, cleanup 0 byte log files
2023-12-21 19:48:31 +00:00
Peter Rifel
2956f37e9b
Add --max-nodes flag to toolbox dump, default to 500
2023-12-07 06:30:35 -06:00
justinsb
d5e55e4f8e
feat: kops toolbox enroll command
...
Implement the enroll command, to add a node to an existing cluster.
This is intended to be used with (experimental) metal support.
2023-12-02 17:48:34 -05:00
Kubernetes Prow Robot
f73595fe05
Merge pull request #16128 from justinsb/quotes_in_set_2
...
kops: Support quotes in --set flags
2023-11-26 18:59:18 +01:00
justinsb
3ea7af23da
kops: Support quotes in --set flags
...
The pflag library tries to split comma separated values using strict
CSV semantics, which requires quoting of the full value if the value
contains a quote. We switch to LazyQuotes which is much more
tolerant.
2023-11-23 23:16:11 -05:00
Ciprian Hacman
464975c53d
Apply suggestions from code review
2023-11-23 19:18:10 +02:00
Prashant Rewar
a39e3f9043
Improve kops edit cluster
...
Signed-off-by: Prashant Rewar <108176843+prashantrewar@users.noreply.github.com>
2023-11-23 21:12:18 +05:30
Dan Ports
f5871271e6
Make --cloudonly sound less innocuous.
2023-09-14 23:39:07 -04:00
Ciprian Hacman
6e6a2a4e7b
Address review comments
2023-09-05 12:34:20 +03:00
Ciprian Hacman
6fbc9e58a2
aws: Add option to provide multiple instance types on cluster creation
2023-09-02 17:01:02 +03:00
Kubernetes Prow Robot
62e7d71ae8
Merge pull request #15842 from hakman/update-deps
...
Update dependencies
2023-08-31 09:18:49 -07:00
Ciprian Hacman
5d43d5fe88
Update dependencies
2023-08-31 13:53:46 +03:00
Ciprian Hacman
4e0e28a32b
aws: Create subnets for additional network CIDRs
2023-08-26 10:18:44 +03:00
Tone
c2ed4b6f64
Upgrade Karpenter to v0.27.5 ( #15144 )
...
* feat(karpenter): Upgrade to version 0.27.0
Upgrade Karpenter to current last stable version `0.27.0`.
Template have been updated to use the same templates than the Helm chart.
* feat(karpenter): Use AWSNodeTemplate for launchTemplate
To set Launch Templates is deprecated into the provisioner, it is recommends using the `AWSNodeTemplate` to set it.
Ref:
- https://karpenter.sh/v0.27.0/concepts/node-templates/
* feat(karpenter): Enable pruning addon
* Use extra flags in upgrade-ab scenario test
* feat(karpenter): Drop `karpenter` feature flag
* feat(karpenter): Add release note for `1.27`
* feat(karpenter): Upgrade to version 0.27.3
* feat(karpenter): fix template
* feat(karpenter): Upgrade to version 0.27.5
* Update Karpenter documentation with depending kops version
* Delete KOPS_FEATURE_FLAGS from e2e test `run-test`
* Run hack/update-expected.sh
2023-06-29 22:57:45 -07:00
Ciprian Hacman
246da5a548
Add create cluster flag for specifying the list of etcd clusters
2023-06-27 17:14:09 +03:00
John Gardiner Myers
0dfac69d83
Remove support for Weave networking
2023-06-22 23:03:24 -07:00
Ciprian Hacman
43dc946522
Hide s2a flags from --help output
2023-05-08 07:35:36 +03:00
Ole Markus With
4e9e1aaabb
Make it a bit more clear that toolbox commands may be experimental
2022-12-04 15:47:12 +01:00
Ole Markus With
27e206a264
Expose channels through kops toolbox cli
...
Make the channels apply commmand a bit more clear
Update cmd/kops/toolbox_addons.go
Co-authored-by: Ciprian Hacman <ciprian@hakman.dev>
Update cmd/kops/toolbox_addons.go
Co-authored-by: Ciprian Hacman <ciprian@hakman.dev>
fix docs
2022-12-04 15:47:09 +01:00
John Gardiner Myers
dd5340775c
Update cmd/kops/create_instancegroup.go
...
Co-authored-by: Ciprian Hacman <ciprian@hakman.dev>
2022-11-23 22:12:27 -08:00
John Gardiner Myers
de9055b588
Update control-plane terminology in CLI output strings
2022-11-23 21:32:10 -08:00
John Gardiner Myers
18ab0b9965
Use new terminology in rolling-update flags
2022-11-23 14:11:20 -08:00
John Gardiner Myers
990b64eae3
make gen-cli-docs
2022-11-22 22:11:24 -08:00
John Gardiner Myers
d6c72e0da0
make gen-cli-docs
2022-11-22 21:02:50 -08:00
John Gardiner Myers
2c4e8861c7
gen-cli-docs
2022-11-22 17:05:29 -08:00
Ciprian Hacman
398861dd66
Update CLI docs
2022-11-20 07:09:45 +02:00
John Gardiner Myers
26cec727ab
New IPv6 clusters now default to private topology
2022-11-18 22:47:28 -08:00
Kubernetes Prow Robot
c592a02bb4
Merge pull request #14532 from johngmyers/kops-get
...
Add "kops get all" command
2022-11-16 18:40:39 -08:00
John Gardiner Myers
1380f1d2dd
Add --bastion-image flag to "kops create cluster"
2022-11-12 11:59:32 -08:00
John Gardiner Myers
7e83f8e385
Add "kops get all" command
2022-11-11 20:58:11 -08:00
John Gardiner Myers
7a4ac14d8d
Change the default networking provider to Cilium
2022-11-10 10:08:13 -08:00
Ciprian Hacman
4e5ded6dc3
hetzner: Create cluster without DNS or Gossip
2022-10-27 11:29:37 +03:00
Ciprian Hacman
4c6368d7aa
Deprecate `--api-loadbalancer-class` flag
2022-10-12 15:12:23 +03:00
Kubernetes Prow Robot
cd4a8d3ad5
Merge pull request #14295 from hakman/cli_network-id
...
Replace --vpc flag with --network-id
2022-09-23 11:00:25 -07:00
Ciprian Hacman
81b4bb0717
hetzner: Move out of alpha and drop feature flag
2022-09-19 10:35:19 +03:00
Ciprian Hacman
b193a3d35c
Replace --vpc flag with --network-id
2022-09-18 14:34:53 +03:00
Ole Markus With
7d7780bad9
Revert "Remove passing cluster name as positional argument"
...
This reverts commit 824eb9cabb
.
2022-08-18 07:26:42 +02:00
Ciprian Hacman
7ccf9f9a25
Run make gen-cli-docs
2022-08-03 21:07:12 +03:00
Ole Markus With
824eb9cabb
Remove passing cluster name as positional argument
...
Apply suggestions from code review
Co-authored-by: Ciprian Hacman <ciprian@hakman.dev>
2022-07-31 15:54:35 +02:00
Ciprian Hacman
4198df2fcd
Set SpecOverrideFlag to true by default
2022-07-08 07:25:23 +03:00
Ciprian Hacman
50c8709a6c
Run make gen-cli-docs
2022-06-28 18:58:23 +03:00
github-actions
85048b5c3d
Update dependencies
2022-06-27 14:47:00 +00:00
Ciprian Hacman
90faa6b5fd
Allow overriding the kubernetes version when upgrading the cluster
2022-05-18 08:05:59 +02:00
Ole Markus With
9eca9c882b
Add flag to version showing the kops 'server' version
2022-04-30 15:57:46 +02:00
Ole Markus With
c49b27350b
Update CLI docs
2022-04-10 10:28:37 +02:00