Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration documentation URLs are Broken #214

Closed
nalshamaajc opened this issue Nov 17, 2023 · 0 comments · Fixed by #220
Closed

Migration documentation URLs are Broken #214

nalshamaajc opened this issue Nov 17, 2023 · 0 comments · Fixed by #220

Comments

@nalshamaajc
Copy link

#### 5. Pause community provider following https://crossplane.io/docs/v1.10/reference/troubleshoot.html#pausing-providers
```bash
kubectl get providers crossplane-provider-terraform -o yaml > community-provider-terraform.yaml
cp community-provider-terraform.yaml community-provider-terraform-paused.yaml
```
Add `ControllerConfig` and `controllerConfigRef` to `Provider` spec.
Apply it and observe that the community provider deploymet was scaled down.
```bash
kubectl apply -f community-provider-terraform-paused.yaml
kubectl -n upbound-system get deploy|grep crossplane-provider-terraform
crossplane-provider-terraform-e56e83bb443a 0/0 0 0 24m
```
#### 6. If the Workspace resources are instantiated as a part of Composition, pause
the associated Claim or XR using the
https://crossplane.io/docs/v1.10/reference/composition.html#pause-annotation,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant