using consul-k8s install to install a secondary dc incorrectly fails due to presence of the consul-federation secret #1067
Labels
area/cli
CLI
theme/federation
Related to federating Consul datacenters
type/bug
Something isn't working
Community Note
Overview of the Issue
If attempting to use
consul-k8s install
to setup a secondary datacenter it fails due to the presence of theconsul-federation
secret. This secret is currently required to be ferried between clusters by an administrator in advance of setting up the cluster. This check should likely be made conditional depending upon whether or not the providedvalues.yaml
would have tried to create one of these secrets, instead of merely consuming it.Reproduction Steps
Steps to reproduce this issue, eg:
helm
oriented wan federation guides to setup a primary datacenter.consul-k8s install
with the followingvalues.yml
, following whatever the olderhelm
guides imply you need:Expected behavior
The secondary cluster would likely do the opposite and check for the presence of the secret (and fail otherwise).
The text was updated successfully, but these errors were encountered: