cluster: introduce Region.Cluser and m/{region}/k8s_token to store a cluster's token #42
Reference in New Issue
Block a user
Delete Branch "pr-amery-k8s_token"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
having this field distinguishes functional regions from primary regions. primary regions determine the kubernetes cluster while functional regions only DNS entrypoints
reduced
Zone.loadClusterTokencomplexity@@ -221,0 +234,4 @@return err}// first non-empty lineWhat happens if the token file has no non-empty lines?
it's marked as cluster but without token (yet)
my intention was to generate the token when installing the first member of such cluster
+1
rebased