Skip to content

Commit

Permalink
kubeconfig support documentation file minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jintu Sebastian committed Dec 8, 2021
1 parent 5af0c9a commit 5e02048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/support-for-kubeconfig-rotation-of-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ In this deployment, primary cluster is also be the sister cluster where service
Here we use in-cluster kubeconfig provided inside the pod by Kubernetes. As a result, kubeconfig rotation of the primary cluster doesn't affect the service fabrik operations.


##Multi cluster Interoperator deployment
## Multi cluster Interoperator deployment
In this deployment, we will have a primary cluster and one or more sister clusters. Service instances are provisioned in the sister cluster(s). Kubeconfig rotation of the primary cluster doesn't affect the service fabrik operations. But kubeconfig rotation of sister cluster will affect service fabrik operations.
To restore the service fabrik operations the new kubeconfig of the sister cluster needs to be updated in primary cluster.

Expand All @@ -22,6 +22,6 @@ To edit the cluster secret:
```
kubectl -n interoperator edit secret $(kubectl get sfcluster <sister-cluster-name> -n interoperator -o json | jq -r '.spec.secretRef')
```
####Note:
#### Note:
* All sync binding operations will fail once the kubeconfig rotation is started until sfcluster secret gets updated in the primary cluster with the new kubeconfig.
* All new async operations will not progress as rotation disrupt the replication of sfserviceinstance/binding into/from the sister cluster. But the operations will be restored after the kubeconfig secret get updated.

0 comments on commit 5e02048

Please sign in to comment.