Commit Graph

19511 Commits

Author SHA1 Message Date
justinsb ea4fb3e06a Create simple test that runs with boskos
A simple e2e test for running with boskos on AWS.
2023-04-07 19:07:46 -04:00
Kubernetes Prow Robot c3f28b25d2
Merge pull request #15295 from kundan2707/removed_broken_link
broken link removed as not available
2023-04-06 02:21:47 -07:00
Kubernetes Prow Robot 77e07c2fe0
Merge pull request #15294 from recollir/patch-3
Update bastion.md
2023-04-06 01:23:47 -07:00
Kubernetes Prow Robot 00d808be72
Merge pull request #15293 from hakman/fix_depup
Pin github.com/docker/* to v20.10.21+incompatible
2023-04-05 23:59:47 -07:00
Steven E. Harris 9595c833ee
Allow Cluster Autoscaler to ignore daemon pods
By default the cluster autoscaler takes DaemonSet-managed pods'
resource requests into consideration when computing a node's resource
utilization. Allow toggling its "--ignore-daemonsets-utilization"
command-line flag via a new field in the Cluster
spec—"clusterAutoscaler.ignoreDaemonSetsUtilization." Setting that
field to true causes the autoscaler to ignore such daemon pods'
requests, such that it will more likely judge a node running only
daemon pods as being underutilized and shut down its hosting machine.
2023-04-05 10:03:24 -04:00
Kundan Kumar c3c29a6f11 broken link removed as not available 2023-04-05 17:55:30 +05:30
Federico Hernandez a3c43d38b0
Update bastion.md
This feature is not available in 1.22. It started to become available with version 1.23
2023-04-05 14:24:06 +02:00
Ciprian Hacman 42925d29bb Pin github.com/docker/* to v20.10.21+incompatible 2023-04-05 13:50:39 +03:00
Kubernetes Prow Robot c8c2abfc97
Merge pull request #15290 from kundan2707/broken_calico
Corrected multiple broken link in calico.md
2023-04-04 03:51:54 -07:00
Kundan Kumar 0fc98ae419 Corrected multiple breokn link in calico.md 2023-04-04 15:32:53 +05:30
Kubernetes Prow Robot 4cbcbf251b
Merge pull request #15281 from justinsb/gce_ipv6_subnets
gce: Add IPv6 support to subnet/instances
2023-03-31 13:43:49 -07:00
Kubernetes Prow Robot 0fa79bae0e
Merge pull request #15282 from justinsb/prefix_rule_is_aws_only
gce ipv6: nodeup should only run the AWS prefix assigner on AWS
2023-03-31 08:13:53 -07:00
Kubernetes Prow Robot 853165f6e6
Merge pull request #15280 from justinsb/gce_firewall_rule_family
GCE FirewallRule: Use an explicit field for ipv4 vs ipv6
2023-03-31 07:19:50 -07:00
justinsb 8738f97ca7 Update test output for GCE IPv6 support 2023-03-31 09:55:28 -04:00
Ciprian Hacman 957b7943a6 gce: Avoid spurious changes for ForwardingRule
Will modify resources:
  ForwardingRule/europe-central2-my-k8s-my-k8s
  	LoadBalancingScheme 	 <nil> -> INTERNAL
  	Network             	 <nil> -> name:my-k8s id:my-k8s
  	Subnetwork          	 <nil> -> name:europe-central2-my-k8s id:europe-central2-my-k8s
  	BackendService      	 <nil> -> name:api-my-k8s id:api-my-k8s
2023-03-31 16:51:39 +03:00
Justin SB d48d86f4a9 gce ipv6: nodeup should only run the AWS prefix assigner on AWS
The Prefix task is specific to AWS, and is not needed on GCE.
2023-03-31 09:36:50 -04:00
Justin SB 98c1109cc6 gce: Add IPv6 support to subnet/instances
We need to specify StackType & IPv6AccessType
2023-03-31 09:33:47 -04:00
Justin SB f20e08cab9 GCE FirewallRule: Use an explicit field for ipv4 vs ipv6
We were previously relying on the name, but the name was "fooled" by
cluster names like ipv6.example.com
2023-03-31 09:33:29 -04:00
Kubernetes Prow Robot eef2021815
Merge pull request #15279 from justinsb/bucket_iam_message
gce: Fix log message about bucket level IAM
2023-03-30 15:21:49 -07:00
Justin SB d4f3573351 gce: Fix log message about bucket level IAM
The parameters were the wrong way round.
2023-03-30 17:16:03 -04:00
Kubernetes Prow Robot 7b24c4f785
Merge pull request #15276 from justinsb/simple_scalability_test_2
Update scalability test so it passes
2023-03-29 09:25:47 -07:00
justinsb 9964bb8d01 Log detailed reasons when we can't match an instance type 2023-03-29 10:55:43 -04:00
justinsb 73a7144d50 Get scalability test passing
Ensure test passes at 100 nodes: use calico, a few misc fixes
2023-03-29 10:55:10 -04:00
Kubernetes Prow Robot 24e6b4c26a
Merge pull request #15224 from scaleway/scw_integration_test
scaleway: integration tests
2023-03-28 08:52:16 -07:00
Leïla MARABESE b4d230f8c2 scaleway integration test 2023-03-28 16:58:54 +02:00
Kubernetes Prow Robot b14eab7192
Merge pull request #15273 from justinsb/simple_scalability_test
test scenarios: create simple scalability test
2023-03-27 22:06:21 -07:00
justinsb 0884b5658e test scenarios: create simple scalability test
We want to try some scalability testing on AWS.
2023-03-27 23:28:00 -04:00
ederst 3ccb8746cf OpenStack: Add network-cidr config for etcd-manager 2023-03-27 11:14:25 +02:00
Kubernetes Prow Robot 0ef3eace98
Merge pull request #15259 from infonova/os-improve-gs-docu
OpenStack: Format and improve getting started docu
2023-03-27 01:33:54 -07:00
ederst 3c5486342b OpenStack: Add advanced IG group config docu 2023-03-27 09:46:45 +02:00
ederst 9841bebcab OpenStack: Format "getting started" docs
This basically formats the getting started doc of OpenStack to adhere to
the markdownlint rules and also includes some minor tweaks, like
adapt the headings to make the TOC work again, remove trailing
spaces, and use more consistent punctuation for pointing out examples.
2023-03-27 09:45:11 +02:00
Kubernetes Prow Robot b202130d8f
Merge pull request #15221 from infonova/os-set-allowed-addresses
OpenStack: Allow setting allowed address pairs for ports
2023-03-26 23:35:56 -07:00
Kubernetes Prow Robot 5bedb1c672
Merge pull request #15265 from justinsb/cilium_as_component
Allow Cilium manifest to be replaced (for testing)
2023-03-26 22:39:54 -07:00
justinsb 8cda714fb8 Allow Cilium manifest to be replaced (for testing)
We allow the Cilium manifest to be specified as an addon, to enable
better testing of new Cilium versions.
2023-03-27 07:53:13 +03:00
Kubernetes Prow Robot 251d78d1fb
Merge pull request #15270 from chenliu1993/krupdate
Update kube-router to v1.5.3
2023-03-26 21:45:54 -07:00
Kubernetes Prow Robot 8c5ae4a3c4
Merge pull request #15269 from kubernetes/dependabot/github_actions/actions/checkout-3.5.0
Bump actions/checkout from 3.4.0 to 3.5.0
2023-03-26 01:57:54 -07:00
chenliu1993 d36b3e2de6
Update kube-router to v1.5.3
Signed-off-by: chenliu1993 <cl2037829916@gmail.com>
2023-03-26 08:46:06 +00:00
dependabot[bot] db3cfc7b58
Bump actions/checkout from 3.4.0 to 3.5.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](24cb908017...8f4b7f8486)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-26 08:08:49 +00:00
Kubernetes Prow Robot 8e52375762
Merge pull request #15268 from kubernetes/dependabot/github_actions/actions/dependency-review-action-3.0.4
Bump actions/dependency-review-action from 3.0.3 to 3.0.4
2023-03-26 01:07:54 -07:00
dependabot[bot] 780b3e53c3
Bump actions/dependency-review-action from 3.0.3 to 3.0.4
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](c090f4e553...f46c48ed6d)

---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-26 06:57:12 +00:00
Kubernetes Prow Robot 0cf258d09c
Merge pull request #15267 from infonova/os-occm-address-sort-order
OpenStack: Add OCCM address sort order config
2023-03-25 14:53:53 -07:00
ederst a0c8bb600a Run make apimachinery and crds 2023-03-24 11:34:34 +01:00
ederst 1e9fc8e6d5 OpenStack: Add OCCM address sort order config
This will add the OCCM config to specify an address sort order:
* https://github.com/kubernetes/cloud-provider-openstack/pull/1946
2023-03-24 11:34:22 +01:00
Kubernetes Prow Robot f2f28e4cde
Merge pull request #15263 from spotinst/spotinstfeature/support_instance_metadata
spot: support latest controller version
2023-03-23 09:46:32 -07:00
yehiel etah dc54a96abb spot: support latest controller version
Update go.mod

 revert go.mod

Update upup/models/cloudup/resources/addons/spotinst-kubernetes-cluster-controller.addons.k8s.io/v1.14.0.yaml.template

Co-authored-by: Ciprian Hacman <ciprian@hakman.dev>
2023-03-23 16:33:39 +02:00
ederst a63328fc5b Run hack/update-expected.sh 2023-03-23 15:01:10 +01:00
ederst f5be7d9efd OpenStack: Add docu for setting allowed address pairs 2023-03-23 15:01:10 +01:00
ederst 37c2cf56d2 OpenStack: Allow setting allowed address pairs for ports 2023-03-23 15:01:10 +01:00
Kubernetes Prow Robot 1459d54fa9
Merge pull request #15256 from spotinst/feature/setting_vng_size_limits_launch_spec
feat(spot): Setting the VNG Size Limits in Launch Spec
2023-03-22 08:48:37 -07:00
Kubernetes Prow Robot bccbdaccc6
Merge pull request #15102 from infonova/retry-failed-openstack-servers
Retry creating failed OpenStack servers
2023-03-20 07:41:18 -07:00