Commit Graph

18511 Commits

Author SHA1 Message Date
justinsb 32cb151419 Apply: Migration from CSA to SSA: set the operation to Apply
If we don't, the (kops,Update) managed blocks are treated as different
from the (kops,Apply) block.  This causes conflicts when the two
blocks specific incompatible values.

Issue #14520 (I believe it is the fix!)
2022-11-23 11:03:07 -05:00
Kubernetes Prow Robot 46d33317a4
Merge pull request #14630 from olemarkus/openstack-integration
Add a create cluster integration test for openstack
2022-11-23 02:30:15 -08:00
Ole Markus With 35b3d066e0 Make the OS test flavours different to avoid flapping tests due to unstable sorting 2022-11-23 10:42:40 +01:00
Ole Markus With 01590c03b0 Add a create cluster integration test for openstack
Fix various openstack nprs. Also add create cluster integration test
2022-11-23 10:25:29 +01:00
Ole Markus With ce4257d0ce Disallow unknown fields in create cluster integration tests 2022-11-23 10:08:21 +01:00
Kubernetes Prow Robot 543bd04850
Merge pull request #14622 from olemarkus/cilium-eni-flag
Add networking flag option for cilium in eni mode
2022-11-23 00:56:14 -08:00
Ole Markus With f75bc66732 Make --networking=cilium-eni configure cilium to use eni ipam 2022-11-23 09:10:20 +01:00
Ole Markus With 7a1f0f4bda Add bare networking flag option for cilium in eni mode 2022-11-23 09:10:16 +01:00
Kubernetes Prow Robot ee0ae0c337
Merge pull request #14633 from johngmyers/new-cp-ig
Create new clusters with updated control plane IG names
2022-11-22 23:58:25 -08:00
Kubernetes Prow Robot b8987e39f6
Merge pull request #14628 from jsafrane/add-features-to-template
Add SELinuxMount feature gate
2022-11-22 23:58:14 -08:00
Kubernetes Prow Robot 9b98a7c1b4
Merge pull request #14634 from johngmyers/lock-modify-subnet
Fix missing locking in mock ModifySubnetAttribute()
2022-11-22 23:06:21 -08:00
Kubernetes Prow Robot 73074ceda9
Merge pull request #14632 from hakman/hetzner_csi-driver-v2.0.0
hetzner: Update CSI driver to v2.0.0
2022-11-22 23:06:14 -08:00
John Gardiner Myers 939fc1184a hack/update-expected.sh 2022-11-22 22:11:24 -08:00
John Gardiner Myers 990b64eae3 make gen-cli-docs 2022-11-22 22:11:24 -08:00
John Gardiner Myers 6c0603991b Create new clusters with updated control plane IG names 2022-11-22 22:09:08 -08:00
Kubernetes Prow Robot 1b4616c9fb
Merge pull request #14599 from johngmyers/cloudformation
Remove CloudFormation support
2022-11-22 21:48:14 -08:00
John Gardiner Myers 2e61fd9fa7 Fix missing locking in mock ModifySubnetAttribute() 2022-11-22 21:35:06 -08:00
John Gardiner Myers 64f9ca95bb make gomod 2022-11-22 21:02:50 -08:00
John Gardiner Myers d6c72e0da0 make gen-cli-docs 2022-11-22 21:02:50 -08:00
John Gardiner Myers 87925bf0ca Remove CloudFormation support 2022-11-22 21:02:50 -08:00
Ciprian Hacman 0e40ddc6b2 Run hack/update-expected.sh 2022-11-23 06:22:58 +02:00
Ciprian Hacman 173839a35b hetzner: Update CSI driver to v2.0.0 2022-11-23 06:21:15 +02:00
Kubernetes Prow Robot 6987cd5b43
Merge pull request #14545 from johngmyers/v1alpha3-igtype
Change the control-plane IG role to "ControlPlane" in v1alpha3 API
2022-11-22 19:18:15 -08:00
John Gardiner Myers b105aa6a86 hack/update-expected.sh 2022-11-22 17:15:51 -08:00
John Gardiner Myers 2c4e8861c7 gen-cli-docs 2022-11-22 17:05:29 -08:00
John Gardiner Myers d39ba74bd7 Change the control-plane IG role to "ControlPlane" in v1alpha3 API 2022-11-22 17:05:29 -08:00
Kubernetes Prow Robot e4606e8ed0
Merge pull request #14608 from hakman/kops-controller_apiserver_role
Don't serve config from kops-controller for APIServer nodes
2022-11-22 16:00:14 -08:00
Ciprian Hacman daa0298dde hack/update-expected.sh 2022-11-22 22:17:39 +02:00
Ciprian Hacman e51221ae3f Don't serve config from kops-controller for APIServer nodes 2022-11-22 22:17:39 +02:00
Kubernetes Prow Robot 70d0ff85c7
Merge pull request #14583 from heybronson/capacity-rebalance
aws: Add capacityRebalance flag for ASGs
2022-11-22 10:28:14 -08:00
Bronson Mirafuentes ad02c06180
Update docs/instance_groups.md
Co-authored-by: Ciprian Hacman <ciprian@hakman.dev>
2022-11-22 09:40:25 -08:00
Jan Safranek e969b849ad Add SELinuxMount feature
This feature installs platform CSI drivers so they support
SELinuxMountReadWriteOncePod. This assumes the operating system on all
nodes supports SELinux!
2022-11-22 17:36:03 +01:00
Jan Safranek 19a8ae1c15 Add KopsFeatureEnabled to templates
`KopsFeatureEnabled "Foo"` returns true, if a feature "Foo" is enabled in
kops (i.e. KOPS_FEATURE_FLAGS).
2022-11-22 17:27:05 +01:00
Kubernetes Prow Robot eb0c5a591c
Merge pull request #14620 from johngmyers/integration-ipv6-private
Switch IPv6 integration tests to private topology
2022-11-22 07:22:13 -08:00
Kubernetes Prow Robot 988a2b8bc0
Merge pull request #14625 from olemarkus/cas-expander-no-ptr
Don't use ptr for CAS expander field
2022-11-22 06:26:14 -08:00
Kubernetes Prow Robot d69e61f1e0
Merge pull request #14624 from justinsb/dump_more_cluster_info
kubetest: dump poddisruptionbudgets and fieldManagers
2022-11-22 05:36:14 -08:00
Ole Markus With 2adc157749 Don't use ptr for CAS expander field 2022-11-22 13:52:08 +01:00
justinsb f887d51996 kubetest: dump poddisruptionbudgets and fieldManagers
Should help diagnose what's going on in some of our complex upgrade
tests when we detect conflicts.

Issue #14520
2022-11-22 07:50:26 -05:00
John Gardiner Myers 402f06521f hack/update-expected.sh 2022-11-21 21:35:44 -08:00
John Gardiner Myers cd88c293e1 Switch IPv6 integration tests to private topology 2022-11-21 21:35:44 -08:00
Justin Santa Barbara 3e5131ecdf
Merge pull request #14569 from danielvegamyhre/gcp-best-practices
Add best practices to getting started with GCE docs
2022-11-21 20:48:07 -05:00
Kubernetes Prow Robot eefe085b2f
Merge pull request #14431 from Mia-Cross/scaleway_cloud_interface
Scaleway cloud interface, model and tasks
2022-11-21 09:10:32 -08:00
Bronson Mirafuentes 71c0f7043f update docs to include capacityRebalance 2022-11-21 08:47:59 -08:00
Bronson Mirafuentes 022ba5863b update renderTerraform to handle capacityRebalance 2022-11-21 08:47:42 -08:00
Bronson Mirafuentes 4929ef3e65 update CapacityRebalance comments 2022-11-21 08:47:42 -08:00
Bronson Mirafuentes 85898cba0b add capacityRebalance flag for ASGs 2022-11-21 08:47:40 -08:00
Leïla MARABESE c995357593 other fixes from review 2022-11-21 17:22:57 +01:00
Leïla MARABESE f7f89080c6 codegen + updated headers + refactoring after reviews 2022-11-21 11:46:29 +01:00
Leïla MARABESE 284e98288e ssh_key model + tasks 2022-11-21 11:46:29 +01:00
Leïla MARABESE 495b58ab2d instance model + tasks 2022-11-21 11:46:29 +01:00