Commit Graph

12015 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 13cbd84886
Merge pull request #9967 from olemarkus/cilium-hubble-pointer
Cilium hubble pointer
2020-09-30 12:36:54 -07:00
Kubernetes Prow Robot b9921511a4
Merge pull request #10002 from olemarkus/nth-bump
Bump NTH to 1.8
2020-09-30 02:17:25 -07:00
Ole Markus With 736bb5fd56 Bump NTH to 1.8 2020-09-30 10:37:49 +02:00
Kubernetes Prow Robot d5d08a4303
Merge pull request #10001 from flouthoc/prom-op-0.42.1
Update prometheus-operator to support k8sv >= 1.16.0
2020-09-29 22:33:24 -07:00
flouthoc 56bc28dede
Update prometheus-operator to support k8sv >= 1.16.0 2020-09-30 00:07:25 +05:30
Kubernetes Prow Robot ed32f19591
Merge pull request #9998 from johngmyers/controller-label
Add label to prevent kops-controller from running on old nodes
2020-09-28 00:32:48 -07:00
John Gardiner Myers 11bebf0b4b Add label to prevent kops-controller from running on old nodes 2020-09-27 21:44:50 -07:00
Kubernetes Prow Robot 3c7e1c80f8
Merge pull request #9997 from erismaster/openstack-doc-typos
Fix pair of typos in openstack docs
2020-09-27 21:44:48 -07:00
Derrik Campau 7e57b9f5d7 Fix pair of typos in openstack docs
Fix a pair of small typos in the openstack docs
2020-09-27 20:05:07 -07:00
Kubernetes Prow Robot 257f85962e
Merge pull request #9974 from olemarkus/cleanup-rolling-update-ctx
Set ctx and cluster on the rolling update struct instead of passing it around everywhere
2020-09-27 02:24:48 -07:00
Kubernetes Prow Robot 2d6376367b
Merge pull request #9995 from erismaster/create-cluster-help-typo
Fix small typo in create cluster help output
2020-09-26 17:58:48 -07:00
Derrik Campau ca70ac2203 Fix small typo in create cluster help output
Fixes typo in cmd/kops/create_cluster.go and
docs/cli/kops_create_cluster.md where example output had filename.yamlh,
changed to filename.yaml
2020-09-26 14:45:03 -07:00
Kubernetes Prow Robot 3d7c7b8d35
Merge pull request #9993 from olemarkus/cas-asg-conf
Fix CAS ASG configuration
2020-09-26 13:42:48 -07:00
Ole Markus With bfa68fc8cb Fix CAS ASG configuration 2020-09-26 11:00:53 +02:00
Kubernetes Prow Robot 15316effe4
Merge pull request #9989 from bmelbourne/deprecate-support-terraform-0.11
Add deprecation notice for support of Terraform v0.11
2020-09-26 01:48:48 -07:00
Barry Melbourne a6ff8c7c7c Add deprecation notice for support of Terraform v0.11 2020-09-26 09:08:23 +01:00
Kubernetes Prow Robot d9b99fccca
Merge pull request #9991 from CrossRoast/master
Clarified S3 state store encryption default
2020-09-25 14:16:48 -07:00
Alen Akhabaev 727c02055f Clarified S3 state store encryption in case the bucket default doesn't exist or cannot be read 2020-09-25 16:13:08 +01:00
Kubernetes Prow Robot c18be9aabd
Merge pull request #9984 from olemarkus/docs-prod-recommendations
Production recommendations document
2020-09-24 23:39:11 -07:00
Kubernetes Prow Robot dff69018c1
Merge pull request #9985 from olemarkus/kdi-no-node-nil
Fix nil pointer when instance has not joined the cluster
2020-09-24 22:43:11 -07:00
Ole Markus With 7a7f1d70ea Production recommendations document 2020-09-25 07:20:49 +02:00
Kubernetes Prow Robot 35932f8e17
Merge pull request #9988 from rifelpet/mkdocs-macro-pin
Update mkdocs dependencies and pin macro plugin
2020-09-24 21:39:11 -07:00
Peter Rifel 1ba0974248
Update mkdocs dependencies and pin macro plugin 2020-09-24 19:20:06 -05:00
Kubernetes Prow Robot 14324b6b76
Merge pull request #9986 from MoShitrit/alpha-to-stable
Bumping k8s versions and ubuntu AMI version from alpha to stable
2020-09-24 16:15:11 -07:00
MoShitrit 164676f2e8 Bumping alpha to stable 2020-09-24 16:42:48 -04:00
Ole Markus With 5df2d2adbd Fix nil pointer when instance has not joined the cluster 2020-09-24 20:31:19 +02:00
Kubernetes Prow Robot d97eb510dc
Merge pull request #9973 from olemarkus/cleanup-cloud
Build cloud outside of PerformAssignments
2020-09-22 23:42:08 -07:00
Ole Markus With 63f13322d5 Don't pass ctx and cluster everywhere 2020-09-23 08:30:24 +02:00
Ole Markus With 7bc17f4b1f Build cloud outside of PerformAssignments
We tend to build cloud, call some method, and then build cloud over
again. It would be easier to just pass the first one along.

Passing along cloud would also make it easier to mock cloud.
2020-09-23 07:54:28 +02:00
Kubernetes Prow Robot c000f678b2
Merge pull request #9972 from olemarkus/cleanup-consolidate-cluster-builder
Consolidate all buildMinimalClusters into a generic test cluster builder
2020-09-22 22:52:08 -07:00
Kubernetes Prow Robot cd996d375a
Merge pull request #9979 from codablock/cilium-permissions
Add missing permissions for cilium-operator
2020-09-22 11:17:09 -07:00
Alexander Block 9aef3dba87 Update manifestHash for networking.cilium.io/k8s-1.12-v1.8.yaml 2020-09-22 17:09:41 +02:00
Alexander Block 1bd219f790 Add missing permissions for cilium-operator
These became required a few cilium versions ago.
2020-09-22 16:19:07 +02:00
Kubernetes Prow Robot 290195469a
Merge pull request #9975 from christus02/master
Updating the Version
2020-09-21 21:16:48 -07:00
christus02 28604be4ea Updating the Version 2020-09-20 19:54:00 +05:30
christus02 1bfec4d3ad Updating the Version 2020-09-20 18:20:11 +05:30
Ole Markus With 6797998ac1 Consolidate all buildMinimalClusters into a generic test cluster builder 2020-09-19 19:55:19 +02:00
Kubernetes Prow Robot b6d023d5d9
Merge pull request #9965 from olemarkus/openstack-fix-fip-description
Fix fip description
2020-09-19 02:56:28 -07:00
Kubernetes Prow Robot d83f8e5e4d
Merge pull request #9938 from olemarkus/kgi-fix-unavailable-api
Improve kops get instances when api is unavailable
2020-09-19 01:22:28 -07:00
Ole Markus With 31ee079c7b Improve kops get instances when api is unavailable
When the api is unavailable, kops will say all the nodes have not yet
joined the cluster. That is not the case simply because e.g the admin
credentials have been expired. This PR makes it a bit more clear that we
cannot know the node name when the API is unavailable.
2020-09-19 08:43:53 +02:00
Kubernetes Prow Robot bca601d1da
Merge pull request #9969 from hakman/docker-19.03.13
Update Docker to v19.03.13
2020-09-18 10:46:46 -07:00
Kubernetes Prow Robot 255cd59b67
Merge pull request #9964 from rifelpet/sa-partition
Add AWS partition support to iam service account roles
2020-09-18 06:48:46 -07:00
Kubernetes Prow Robot 6bf2e1e8c2
Merge pull request #9971 from zetaab/ifxbool
OpenStack: allow to specify storageClass creation to false
2020-09-18 05:18:45 -07:00
Kubernetes Prow Robot f07d248a24
Merge pull request #9958 from hakman/hash-mirrors
Use all kops mirrors to determine artifacts hashes
2020-09-18 04:00:45 -07:00
Jesse Haka 55e9ee6bf2 fix go template 2020-09-18 13:21:35 +03:00
Kubernetes Prow Robot e7bfedd1ac
Merge pull request #9921 from olemarkus/nth
Add addon for aws node termination handler
2020-09-18 03:10:45 -07:00
Ciprian Hacman 96e3fefd85 Update Docker to v19.03.13 2020-09-18 12:14:43 +03:00
Kubernetes Prow Robot 65341d8ffe
Merge pull request #9968 from hakman/containerd-1.4.1
Update containerd to v1.4.1
2020-09-18 01:30:45 -07:00
Ole Markus With b9111c78e7 Make hubbleSpec into a pointer 2020-09-18 09:23:52 +02:00
Kubernetes Prow Robot a311a31fbc
Merge pull request #9961 from zetaab/fixclusterisolation
AWS add cluster tag to detachinstances/findinstances filters
2020-09-18 00:12:45 -07:00