You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.
$ python2 utils/populate-configmap.py
Traceback (most recent call last):
File "utils/populate-configmap.py", line 20, in <module>
"cadata": base64.b64decode([cluster for cluster in data["clusters"] if cluster["name"] == "federation"][0]['cluster']['certificate-authority-data'])[:-1],
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
README.md is based on a specific test setup where federated cluster is named "federation". In my case I had called it something else and got the same error. Just change cluster["name"] == "federation" to cluster["name"] == "whateverfederationclusteriscalled"
You also need to change federation-apiserver.federation-system to yourname-apiserver.federation-system, both in this python script and ruddered-tiller.yaml.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: