Commit Graph

18429 Commits

Author SHA1 Message Date
John Gardiner Myers 5fca16aa30 v1alpha3: Move API-related settings under API 2022-11-19 10:27:12 -08:00
Kubernetes Prow Robot 6132c8d9e2
Merge pull request #14592 from hakman/generics
Use generics to refactor fi.Bool/Float*/Int*/String*()
2022-11-19 10:08:31 -08:00
Kubernetes Prow Robot 498eea0ef1
Merge pull request #14531 from johngmyers/ipv6-private
New IPv6 clusters now default to private topology
2022-11-19 01:20:29 -08:00
Kubernetes Prow Robot 7a5e616da2
Merge pull request #14596 from johngmyers/deprecation
Re-add inadvertently-dropped deprecation notices
2022-11-18 23:30:29 -08:00
John Gardiner Myers 0af0ff27f9 hack/update-expected.sh 2022-11-18 22:47:28 -08:00
John Gardiner Myers 26cec727ab New IPv6 clusters now default to private topology 2022-11-18 22:47:28 -08:00
John Gardiner Myers f8d9ae2bb2 Re-add inadvertently-dropped deprecation notices 2022-11-18 22:42:37 -08:00
Ciprian Hacman d29812fc6e Replace fi.Bool/Float*/Int*/StringValue() with fi.ValueOf 2022-11-19 03:45:23 +02:00
Ciprian Hacman 8f79c9bd68 Replace fi.Bool/Float*/Int*/String() with fi.PtrTo() 2022-11-19 03:45:22 +02:00
Kubernetes Prow Robot 7fe820e96d
Merge pull request #14595 from hakman/generics_add_alternatives
Add generics alternatives for fi.Bool/Float*/Int*/String*()
2022-11-18 13:38:40 -08:00
Kubernetes Prow Robot d405d4c5a2
Merge pull request #14507 from johngmyers/internalname
Stop making MasterInternalName configurable
2022-11-18 13:38:29 -08:00
Kubernetes Prow Robot d6a9e9798f
Merge pull request #14594 from aojea/patch-1
skip Loadbalancer UDP tests
2022-11-18 12:02:29 -08:00
Ciprian Hacman bb63f8f177 Add generics alternatives for fi.Bool/Float*/Int*/String*() 2022-11-18 21:33:40 +02:00
Antonio Ojea d242e2386c
skip Loadbalancer UDP tests
// All the loadbalancer tests in the suite fail on IPv6, however,
	// they were skipped because they were tagged as [Slow]
	// skip these tests temporary since they fail always on IPv6
	// TODO: aojea
2022-11-18 16:54:46 +00:00
Kubernetes Prow Robot be9f5afd6e
Merge pull request #14587 from hakman/cloud-provider-gcp
Switch to using k8s.io/cloud-provider-gcp
2022-11-18 04:08:31 -08:00
Kubernetes Prow Robot 2c6cc0d010
Merge pull request #14589 from olemarkus/fix-manage-storage-class
Fix disabling StorageClass management
2022-11-18 02:24:30 -08:00
Kubernetes Prow Robot d6ff5d8f90
Merge pull request #14585 from hakman/ko-1.12.0
Update ko to v0.12.0
2022-11-18 01:40:31 -08:00
Ole Markus With 104ee74d63 Fix disabling StorageClass management
Previously this was done in the manifests leading to empty files. kubectl doesn't like this, so protokube will always fail updating the addon when StorageClass management is disabled
2022-11-18 09:55:02 +01:00
Kubernetes Prow Robot 4366748573
Merge pull request #14586 from olemarkus/cilium-11111
Bump cilium to 1.11.11
2022-11-18 00:32:31 -08:00
Ciprian Hacman 475118f320 Switch to using k8s.io/cloud-provider-gcp 2022-11-18 10:08:52 +02:00
Ole Markus With 58195904ee Bump cilium to 1.11.11 2022-11-18 08:44:55 +01:00
Ciprian Hacman c008540b36 Update ko to v0.12.0 2022-11-18 09:42:07 +02:00
Kubernetes Prow Robot 22368b8006
Merge pull request #14584 from kubernetes/dependencies/update-1668751742
Update dependencies
2022-11-17 22:56:30 -08:00
github-actions a9613f81ef Update dependencies 2022-11-18 06:09:02 +00:00
Kubernetes Prow Robot 306dd51565
Merge pull request #14572 from olemarkus/cp-max-hop-1
Set IMDS max hop limit to 1 for control plane nodes if IRSA is enabled
2022-11-17 18:02:30 -08:00
Kubernetes Prow Robot 50d544042f
Merge pull request #14576 from hakman/fix_instance-selector
aws: Fix SIGSEGV when using instance selector
2022-11-17 10:42:30 -08:00
Ole Markus With 035fa79077 Set IMDS max hop limit to 1 for control plane nodes
Update docs/releases/1.26-NOTES.md

Co-authored-by: John Gardiner Myers <jgmyers@proofpoint.com>
2022-11-17 19:26:48 +01:00
Ole Markus With 2f59911458 Add create cluster test with irsa 2022-11-17 19:25:19 +01:00
Ciprian Hacman 211c82d8ad aws: Fix SIGSEGV when using instance selector 2022-11-17 12:22:22 +02:00
John Gardiner Myers 294c0a3a04 hack/update-expected.sh 2022-11-16 22:06:02 -08:00
John Gardiner Myers 8473e8b2e7 Stop making MasterInternalName configurable 2022-11-16 22:06:02 -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
Kubernetes Prow Robot 46200f6c72
Merge pull request #14573 from olemarkus/price-capacity-optimized
Allow using the price-capacity-optimized spot allocation strategy
2022-11-16 17:54:39 -08:00
Ole Markus With 5c0f58569a Allow using the price-capacity-optimized spot allocation strategy 2022-11-16 21:34:25 +01:00
Kubernetes Prow Robot 6f2ded7fb2
Merge pull request #14501 from hakman/kops-controller_for_config
Boot nodes without state store access
2022-11-16 08:32:50 -08:00
Kubernetes Prow Robot 6311f1b60c
Merge pull request #14548 from johngmyers/arm-scenario
Run some scenarios on ARM
2022-11-15 16:16:47 -08:00
John Gardiner Myers 184a44b178 Run some scenarios on ARM 2022-11-15 15:29:20 -08:00
Kubernetes Prow Robot cbd0600424
Merge pull request #14565 from johngmyers/dead-code
Remove dead code
2022-11-15 15:20:48 -08:00
Kubernetes Prow Robot b2357dba3b
Merge pull request #14564 from heybronson/sprig-join
use sprig join for template functions
2022-11-15 13:52:58 -08:00
Kubernetes Prow Robot 856a66c0ac
Merge pull request #14541 from olemarkus/karpenter-validation
Ensure IRSA is enabled when using Karpenter
2022-11-15 13:52:47 -08:00
John Gardiner Myers 0e981b1728 Remove dead code 2022-11-15 12:40:43 -08:00
Kubernetes Prow Robot ca093709fa
Merge pull request #14540 from olemarkus/bump-lbc-245
Bump AWS Load Balancer Controller to 2.4.5
2022-11-15 09:48:41 -08:00
Bronson Mirafuentes 5a3ed44773 use sprig join for template functions 2022-11-15 08:59:05 -08:00
Kubernetes Prow Robot 7e9949669f
Merge pull request #14563 from olemarkus/cilium-eni-create-tags
Add missing create tags permissions for cilium operator in ENI mode
2022-11-15 07:58:41 -08:00
Ole Markus With e5142f6818 Add missing create tags permissions for cilium operator in ENI mode 2022-11-15 15:51:36 +01:00
Ciprian Hacman 309b37eadf Run hack/update-expected.sh 2022-11-15 14:51:54 +02:00
Ciprian Hacman 61eaeddb9b Serve secrets from kops-controller for nodes without state store access 2022-11-15 14:51:54 +02:00
Ciprian Hacman 18b5dcd297 Boot nodes without state store access 2022-11-15 14:40:14 +02:00
Ciprian Hacman 0e2cc7e0cc Rename BootConfig.APIServer to BootConfig.APIServerIP 2022-11-15 14:40:14 +02:00
Ciprian Hacman 6a4080dbe5 Update printing of KOPS_BASE_URL for easy copy/paste 2022-11-15 14:40:14 +02:00