-
Notifications
You must be signed in to change notification settings - Fork 295
Controller node should be tagged appropriately #370
Comments
Thanks as always @redbaron 👍 |
with `kubernetes.io/role`. Resolves kubernetes-retired#370
* kubernetes-incubator/master: (29 commits) Emit errors when kube-aws sees unexpected keys in cluster.yaml Resolves kubernetes-retired#404 Tag controller nodes appropriately with `kubernetes.io/role`. Resolves kubernetes-retired#370 Make Container Linux AMI fetching a bit more reliable Stop locksmithd errors on etcd nodes Upgrade heapster to version 1.3.0 (kubernetes-retired#420) Auth token file support (kubernetes-retired#418) Update README.md Update README accordingly to the new git repo AWS China region support (kubernetes-retired#390) Conform as a Kubernetes Incubator Project Fixed typo in template upgrade aws-sdk to latest version Fix kubernetes-retired#388 Upgrade Kubernetes version to v1.5.4 Fix assumed public hostnames for EC2 instances in us-east-1 Fix assumed public hostnames for EC2 instances in us-east-1 typo fix: etcdDataVolumeEncrypted not creating encrypted volumes fixes kubernetes-retired#383 Allow disabling wait signals fixes kubernetes-retired#371 Update file paths in readme Fix an issue with glue security group documentation ...
Hi @redbaron @mumoshu For me this tag does not make any sense, but an error ... |
@zhangtiny123 controllers are tagged with tag expected by AWS cloud provider code in Kubernetes, so we can't change it |
look at the link in the first message |
@zhangtiny123 As @redbaron kindly described, we don't seem to be able to fix/avoid it from k8s side. AFAIK, you'd need to flatten retrieved object before updating MongoDB with them like mentioned in a SO question here so that you can still query your MongoDB by something like |
@mumoshu Thanks for your suggestion, but it seems not fit my situation... Currently I just delete the tag |
@zhangtiny123 , just a heads up, that there is new tagging scheme in Kube 1.6, where ALL resources are tagged with |
@zhangtiny123 Thanks for the reply. |
with `kubernetes.io/role`. Resolves kubernetes-retired#370
Apparently there are some well-known-but-not-documented-tags which are taken into consideration by AWS cloud provide, one example of it would be:
https://github.com/kubernetes/kubernetes/pull/41702/files#diff-07ba008af9c76b0539556ff7fde3105eR162
so we should follow the pattern and tag our nodes
The text was updated successfully, but these errors were encountered: