This repository has been archived by the owner on Sep 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 295
kubernetes.io/cluster/<Cluster ID>
tag should have a valid value
#1025
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
Milestone
Comments
mumoshu
added
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
labels
Nov 22, 2017
mumoshu
changed the title
Nov 22, 2017
kubernetes.io/cluster/<cluster name>
tag should have a valid valuekubernetes.io/cluster/<Cluster ID>
tag should have a valid value
mumoshu
added a commit
to mumoshu/kube-aws
that referenced
this issue
Dec 8, 2017
I was bitten by this badly, more than I have imagined. This is just an example but kube-ingress-aws-controller requires this tag to have the exact value "owned". Otherwise, it doesn't work due to failing to discover ASGs used to determine which subnets an ALB should be created. |
camilb
added a commit
to camilb/kube-aws
that referenced
this issue
Dec 11, 2017
…-aws into updates * 'master' of https://github.com/kubernetes-incubator/kube-aws: Allow toggling Metrics Server installation Correct values for the `kubernetes.io/cluster/<Cluster ID>` tags Resolves kubernetes-retired#1025 Fix dashboard doco links Fix install-kube-system when node drainer is enabled Follow-up for kubernetes-retired#1043 Two fixes to 0.9.9 rc.3 (kubernetes-retired#1043) Quick start and high availability guides
camilb
added a commit
to camilb/kube-aws
that referenced
this issue
Jan 5, 2018
* kubernetes-incubator/master: Move Experimental.IPVSProxy => KubeProxy.IPVSMode Optional functionality is optional Add option for using IPVS proxy mode Update code-of-conduct.md controlplane config: Enable Pod Priorities Allow toggling Metrics Server installation Correct values for the `kubernetes.io/cluster/<Cluster ID>` tags Resolves kubernetes-retired#1025 Fix dashboard doco links Fix install-kube-system when node drainer is enabled Follow-up for kubernetes-retired#1043 Two fixes to 0.9.9 rc.3 (kubernetes-retired#1043)
davidmccormick
pushed a commit
to HotelsDotCom/kube-aws
that referenced
this issue
Mar 21, 2018
…avour-0.9.9 to hcom-flavour * commit '0e116d72ead70121c730d3bc4009f8d562e16912': (24 commits) RUN-788 Add kubectl run parameters Allow toggling Metrics Server installation Correct values for the `kubernetes.io/cluster/<Cluster ID>` tags Resolves kubernetes-retired#1025 Fix dashboard doco links Fix install-kube-system when node drainer is enabled Follow-up for kubernetes-retired#1043 Two fixes to 0.9.9 rc.3 (kubernetes-retired#1043) Update the documentation for Kubernetes Dashboard. Improve the configuration for Kubernetes Dashboard. Fix the creation of all metrics-server resources. Use templated image for metrics-server. Follow-ups for Kubernetes 1.8 Metrics Server addon. (kubernetes-retired#973) Quick start and high availability guides Add rkt container cleanup to journald-cloudwatch-logs service Update Tiller image to v2.7.2 Update kube-dns 1.14.7 Bump Cluster Autoscaler version to 1.0.3 Bump Kubernetes and ETCD version. Support EC2 instance tags per node role This feature will be handy when e.g. your monitoring tools discovers EC2 instances and then groups resource metrics with EC2 instance tags. Fix the default FleetIamRole Closes kubernetes-retired#1022 ...
kylehodgetts
pushed a commit
to HotelsDotCom/kube-aws
that referenced
this issue
Mar 27, 2018
laidback
added a commit
to laidback/openshift-docs
that referenced
this issue
Apr 23, 2018
This was referenced Apr 23, 2018
kalexand-rh
pushed a commit
to kalexand-rh/openshift-docs
that referenced
this issue
Jun 26, 2018
openshift-cherrypick-robot
pushed a commit
to openshift-cherrypick-robot/openshift-docs
that referenced
this issue
Jun 28, 2018
openshift-cherrypick-robot
pushed a commit
to openshift-cherrypick-robot/openshift-docs
that referenced
this issue
Jun 28, 2018
openshift-cherrypick-robot
pushed a commit
to openshift-cherrypick-robot/openshift-docs
that referenced
this issue
Jun 28, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
It should be either
owned
orshared
but is nowtrue
.Ref: https://github.com/kubernetes/kubernetes/blob/v1.8.3/pkg/cloudprovider/providers/aws/tags.go#L44-L51
The text was updated successfully, but these errors were encountered: