Commit Graph

13354 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 54c7c4b102
Merge pull request #10750 from bharath-123/fix-doc-build-failure
Fix docs build failure
2021-02-06 09:01:11 -08:00
Bharath Vedartham 247664a94d Fix docs build failure 2021-02-06 21:42:29 +05:30
Kubernetes Prow Robot 0422349081
Merge pull request #10748 from justinsb/update_alpha_channel
alpha channel: Update older images
2021-02-06 08:01:11 -08:00
Justin SB fce17c4341 alpha channel: Update older images
To pick up the sudo fixes, also addresses some problems with docker
preinstallation.

Issue #10122
2021-02-06 10:19:17 -05:00
Kubernetes Prow Robot 5bd15cef15
Merge pull request #10746 from olemarkus/deprecate-aliyun
Deprecate aliyun
2021-02-06 02:05:11 -08:00
Kubernetes Prow Robot f7b0f4444a
Merge pull request #10739 from zhijianli88/master
Fix ineffassign issues
2021-02-05 14:00:31 -08:00
Ole Markus With 091b63a15a Deprecate aliyun 2021-02-05 22:51:49 +01:00
Alexander Block 6d354233d6 Add documentation for new subnet fields 2021-02-05 17:53:20 +01:00
Alexander Block 6facd1b8ab Allow to explicitely choose subnets and private IPs for the API loadbalancer 2021-02-05 17:53:20 +01:00
Alexander Block 49e7ec8890 Use SubnetMappings for NLBs instead of Subnets
SubnetMappings allow to explicitely set the private IPv4 address that
must be used for the NLB.

SubnetMappings and Subnets in the AWS API are compatible as long as the
address settings are not changes, making this commit backwards compatible.
2021-02-05 17:53:20 +01:00
Kubernetes Prow Robot 5c50fffd0f
Merge pull request #10742 from h3poteto/iss-10718
Use expected LaunchTemplateId in updating ASG when MixedInstancePolicy is changed
2021-02-05 08:48:52 -08:00
AkiraFukushima 37c68e27df Use expected LaunchTemplateId in updating ASG when MixedInstancePolicy is changed
When user changes only mixedInstancePolicy, LaunchTemplateId is not changed.
So it is not necessary to change LaunchTemplateId in AutoScalingGroup.
2021-02-06 01:08:40 +09:00
Alexander Block 190073e766 Refactor and fix NLB subnet change checks
Move checks for valid subnet operations into CheckChanges. This also fixes
a bug where changes would cause immutable field errors while it's actually
perfectly fine to add new subnets (only detaching is forbidden).

This also commit changes the actualSubnets and expectedSubnets lists to
be maps of *string. This is in preparation for the next commit that then
relies on it being a map.
2021-02-05 13:08:57 +01:00
Li Zhijian 501df662d4 upup/pkg/fi/cloudup/gcetasks/subnet: Fix ineffectual assignment to patch
Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
2021-02-05 16:41:55 +08:00
Li Zhijian f1484df4b8 upup/pkg/fi/cloudup/alitasks/rampolicy: Fix ineffectual assignment to policyRequest
Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
2021-02-05 16:40:39 +08:00
Li Zhijian d39f196292 pkg/apis/kops/validation/validation: Fix ineffectual assignment to optionTaken
Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
2021-02-05 16:39:28 +08:00
Jesse Haka 034dad258c modify names 2021-02-05 09:57:54 +02:00
Kubernetes Prow Robot ae3579076d
Merge pull request #10692 from bharath-123/feat/set-cluster-validation
Throw error if path being set by kops set is not present in struct
2021-02-04 22:08:52 -08:00
Jesse Haka 41d04d8d4b add user agent to openstack api requests 2021-02-04 23:04:06 +02:00
Kubernetes Prow Robot 0271f0e8cb
Merge pull request #10729 from olemarkus/imdsv2-not-default
Revert making imdsv2 default
2021-02-04 11:46:25 -08:00
Kubernetes Prow Robot c954793865
Merge pull request #10721 from rifelpet/kops-controller-r53
Cleanup kops-controller Route53 record during cluster deletion
2021-02-04 09:58:30 -08:00
Ole Markus With 364b0ce9bf Fix additional tests 2021-02-04 18:22:40 +01:00
Ole Markus With dd035fa2bc Revert "Set IMDSv2 to "required" only for new clusters"
This reverts commit 12cb288df1.
2021-02-04 17:57:35 +01:00
Ole Markus With a4c36af9de Revert "Increse imdv2 hop limit on control plane nodes"
This reverts commit 4e00e29fc3.
2021-02-04 17:57:23 +01:00
Kubernetes Prow Robot ebe8c53813
Merge pull request #10720 from rifelpet/kubecfg-panic
Fix panic when exporting kubecfg for AWS cluster without load balancer
2021-02-04 07:16:29 -08:00
Kubernetes Prow Robot beb8b62746
Merge pull request #10700 from avdhoot/expose-metrics-Calico
Fix rendering issue created by #10414
2021-02-04 01:46:29 -08:00
Kubernetes Prow Robot 6fa8707581
Merge pull request #10696 from bharath-123/task/fix-links
Update code reference links in docs
2021-02-04 01:04:37 -08:00
Kubernetes Prow Robot 75df2e5cf7
Merge pull request #10690 from bharath-123/task/remove-unused-param
Remove unused instanceGroup parameter from setClusterFields
2021-02-04 01:04:29 -08:00
shil f34690b219 Add more details on how to use the clientCAFile config 2021-02-03 21:43:23 -08:00
Peter Rifel c28c4c728d
Cleanup kops-controller Route53 record during cluster deletion 2021-02-03 22:41:49 -06:00
Peter Rifel 9074e5200b
Fix panic when exporting kubecfg for AWS cluster without load balancer 2021-02-03 22:35:04 -06:00
Kubernetes Prow Robot 1885ccee17
Merge pull request #10713 from rifelpet/kubetest2
Update the skipped tests in the upgrade job to help the test stage pass
2021-02-02 21:26:28 -08:00
shil be2a146fe6 Add example in cluster_spec.md to customize kube-apiserver clientCAFile 2021-02-02 17:57:58 -08:00
shil dc03028e5d Update the logic to set kubeAPIServer.ClientCAFile 2021-02-02 12:10:43 -08:00
Peter Rifel 2787218fa6
Update the skipped tests in the upgrade job to help the test stage pass
We'll look into these failures separately but for now we just want to get to the upgrade process
2021-02-02 12:09:52 -06:00
Kubernetes Prow Robot b7f1f69a86
Merge pull request #10712 from dntosas/fix-docs-for-service-account-volume
Docs: Fix ServiceAccountVolume proposed configuration for Istio
2021-02-02 09:58:28 -08:00
dntosas 3a5d6ffe1f
Docs: Fix ServiceAccountVolume proposed configuration for Istio
Seems that after merging https://github.com/kubernetes/kops/pull/9534
there is no need to specify paths for key-files for service Account
Token Volume Projection. Instead, current configuration proposed is
making Istio unable to verify JWT token with errors.

In this commit, we remove the paths, letting Kops handles the default
ones that are working as expected.

Signed-off-by: dntosas <ntosas@gmail.com>
2021-02-02 18:39:59 +02:00
Kubernetes Prow Robot 030d293554
Merge pull request #10711 from rifelpet/kubetest2
Fix create args for upgrade test
2021-02-02 07:56:28 -08:00
Peter Rifel 1ce2352646
Fix create args for upgrade test 2021-02-02 09:16:13 -06:00
Kubernetes Prow Robot 3a3bb5fdf5
Merge pull request #10710 from rifelpet/kubetest2
Update upgrade test to use 1.18->1.19
2021-02-02 06:22:28 -08:00
Peter Rifel dd41a2f8fe
Update upgrade test to use 1.18->1.19 2021-02-02 07:41:45 -06:00
shil a0350a0dfa Use the kubeApiServerConfig clientCAFile field 2021-02-01 15:26:09 -08:00
Bharath Vedartham e37cb87214 Update code reference links 2021-02-02 01:40:33 +05:30
Kubernetes Prow Robot 9d0dd3c4c1
Merge pull request #10701 from rifelpet/kubetest2
Kubetest2 - refactor how `kops create cluster` arguments are set
2021-02-01 11:43:49 -08:00
Peter Rifel 72ae782c04
Dont overwrite default feature flags when appending more flags 2021-02-01 12:27:33 -06:00
Peter Rifel 044cba7a7a
Kubetest2 - refactor how `kops create cluster` arguments are set
This allows kubetest's --create-args to take precedence over arguments we were otherwise hardcoding.
Specifically this will be used to hardcode the list of zones for some prow jobs with `--create-args="--zones us-east-1a"`.
2021-02-01 12:27:19 -06:00
Peter Rifel 942c48c04b
Remove unnecessary --networking flag from kubetest2.
this can be specified in --create-args
2021-02-01 12:27:18 -06:00
Kubernetes Prow Robot 31c8771587
Merge pull request #10702 from olemarkus/fix-cp-hop-limit
Increase IMDSv2 hop limit on control plane nodes
2021-02-01 04:17:49 -08:00
avdhoot 0717e4a50a Fix rendering issue created by #10414 2021-02-01 14:09:20 +05:30
Kubernetes Prow Robot dae40386cd
Merge pull request #10698 from hakman/weave-2.8.1
Update Weave to v2.8.1
2021-01-31 21:49:49 -08:00