We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 311930f commit 19af2a0Copy full SHA for 19af2a0
content/post/tailscale-operator/index.md
@@ -184,9 +184,9 @@ To automatically approve subnet routes, add this to your Tailscale ACLs:
184
"autoApprovers": {
185
"routes": {
186
"192.168.50.0/24": ["tag:k8s", "autogroup:admin"],
187
- "10.43.0.0/16": ["tag:k8s", "autogroup:admin"],
188
- "10.42.0.0/16": ["tag:k8s", "autogroup:admin"],
189
- "10.96.0.0/16": ["tag:k8s", "autogroup:admin"]
+ "10.0.0.0/16": ["tag:k8s", "autogroup:admin"],
+ "10.1.0.0/16": ["tag:k8s", "autogroup:admin"],
+ "10.69.0.0/16": ["tag:k8s", "autogroup:admin"]
190
}
191
192
```
0 commit comments