You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace `<TAILNET>` with your Tailscale tailnet name.
73
+
38
74
## Configure Tailscale ACL Grants for Cross-Cluster Access
39
75
40
76
For egress proxies to communicate with Kubernetes API servers exposed by the Tailscale operators, you need to configure appropriate ACL grants in your Tailscale admin console.
@@ -43,8 +79,8 @@ For egress proxies to communicate with Kubernetes API servers exposed by the Tai
43
79
44
80
Without proper ACL grants:
45
81
1. Access to remote Kubernetes API servers will be blocked by Tailscale\'s access controls
46
-
2.ArgoCD will be unable to manage resources across clusters
47
-
3. Cross-cluster communication will fail with authentication errors
82
+
2. Tailscale Egress proxies will be unable to manage resources across clusters
83
+
3. Cross-cluster API server communication will fail with authentication errors
48
84
49
85
### Configuring ACL Grants
50
86
@@ -78,7 +114,7 @@ Key components of this configuration:
- `"enforceRecorder": false` - Makes audit recording optional
80
116
81
-
This grant enables ArgoCD (tagged with `tag:k8s`) to communicate with the Kubernetes API servers exposed by the Tailscale operators in your remote clusters.
117
+
This grant enables Tailscale egress proxies (tagged with `tag:k8s`) to communicate with the Kubernetes API servers exposed by the Tailscale operators in your remote clusters.
82
118
83
119
## Set Up DNS Configuration in ArgoCD Cluster
84
120
@@ -137,42 +173,6 @@ data:
137
173
138
174
This configuration tells CoreDNS to forward all `ts.net` domain resolution requests to the Tailscale nameserver, allowing pods in your cluster to resolve Tailnet hostnames.
139
175
140
-
## Create Egress Services in ArgoCD Cluster
141
-
142
-
Apply the following configuration to create egress services in the ArgoCD cluster:
0 commit comments