Skip to content

Commit 770a608

Browse files
authored
Merge pull request #189665 from csand-msft/main
Add note about updating K8s version for multi-tenancy release
2 parents a6c9462 + f210480 commit 770a608

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/azure-arc/kubernetes/tutorial-use-gitops-flux2.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -997,13 +997,14 @@ By using this annotation, the HelmRelease that is deployed will be patched with
997997

998998
## Multi-tenancy
999999

1000-
Flux v2 supports [multi-tenancy](https://github.com/fluxcd/flux2-multi-tenancy). This capability will be integrated into Azure GitOps with Flux v2 prior to general availability.
1000+
Flux v2 supports [multi-tenancy](https://github.com/fluxcd/flux2-multi-tenancy) in [version 0.26](https://fluxcd.io/blog/2022/01/january-update/#flux-v026-more-secure-by-default). This capability will be integrated into Azure GitOps with Flux v2 prior to general availability.
10011001

10021002
>[!NOTE]
1003-
>This will be a breaking change if you have any cross-namespace sourceRef for HelmRelease, Kustomization, ImagePolicy, or other objects. To prepare for the release of this multi-tenancy feature, take one of these actions:
1003+
>This will be a breaking change if you have any cross-namespace sourceRef for HelmRelease, Kustomization, ImagePolicy, or other objects. It [may also be a breaking change](https://fluxcd.io/blog/2022/01/january-update/#flux-v026-more-secure-by-default) if you use a Kubernetes version less than 1.20.6. To prepare for the release of this multi-tenancy feature, take these actions:
10041004
>
1005-
>* (Recommended) Assure that all sourceRef are to objects within the same namespace as the GitOps configuration.
1006-
>* If you need time to migrate, you can opt-out of multi-tenancy.
1005+
>* Upgrade to Kubernetes version 1.20.6 or greater.
1006+
>* In your Kubernetes manifests assure that all sourceRef are to objects within the same namespace as the GitOps configuration.
1007+
> * If you need time to update your manifests, you can opt-out of multi-tenancy. However, you still need to upgrade your Kubernetes version.
10071008
10081009
### Update manifests for multi-tenancy
10091010

0 commit comments

Comments
 (0)