There was an error while loading. Please reload this page.
Removed V2 pre-release note
Update
Update migration v1 to v2
Correct namespace resolution timing, split out gatewayRef re-declaration The resourceRef fallback to `default` lived in the operator, not the CRD schema, so resolution changes when the v2 operator is deployed; groupRef needs both the new CRDs and the v2 operator. Also promote re-declaring hand-authored Kubernetes resources to its own step, and turn the annotation mapping into a table.
Document v2 namespace resolution for object references * Regenerate API Reference: object-reference `namespace` now defaults to the declaring object's own namespace, plus `remoteNetworkId` on Connector/Resource * Drop `namespace: default` from the `TwingateResourceAccess` examples * Note that removing an explicit `namespace: default` from an existing object trips the `resourceRef`/`groupRef` immutability rules * Clarify that applying the new CRDs is part of every upgrade, and that the Kubernetes API interruption covers hand-authored resources too
Annotate step 1 and step 4 values.yaml examples with migration callouts
Format proxy-removal changes as bullets, drop Gateway-wiki migration links
Document gateway subchart values restructure in v1-to-v2 migration Explain the move from annotation-based twingate.resource.extraAnnotations to twingateOperator.gateway/kubernetesResource fields, with a before/after values.yaml in the upgrade path.
Clarify migration scope and add Kubernetes access warning - Note that renaming Service annotations is the whole migration for most users - Gate the upgrade path to gateway subchart / Kubernetes resource users - Warn that Kubernetes API access is interrupted during the migration - Fold the CRD caution into step 3 to drop a redundant callout
Restructure wiki around Gateway / Identity Firewall - Split User-Guide into Guide-Connector and Guide-Resource-Management - Add Guide-Identity-Firewall (Gateway setup, Kubernetes and Web App resources) - Add Migration-v1-to-v2 guide - Nest guides under "User Guides" in the sidebar; update Getting-Started link