Skip to content

Commit

Permalink
Merge pull request #3 from kibbles-n-bytes/deletion
Browse files Browse the repository at this point in the history
add comment about potential backwards-incompatibility of CRDs
  • Loading branch information
caieo authored May 8, 2019
2 parents 8a10661 + 869a707 commit 1e50aae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ For existing Kubernetes applications that are currently using additional tools (
```bash
kubectl apply -f install-bundle/
```
**NOTE:** If you previously installed Config Connector alpha and wish to
upgrade, newer versions of the `CustomResourceDefinitions` may cause some of
the resources to not be applied successfully. You will need to delete the
previous version of the CRD via `kubectl delete crd [NAME]`, and then rerun
the installation command above. *This will delete any resources of that
particular type*.

1. In order to create Google Cloud resources, Config Connector needs an IAM service account to authenticate as. Create a service
account, create a key for the service account, and inject it in the cluster:
Expand Down

0 comments on commit 1e50aae

Please sign in to comment.