summaryrefslogtreecommitdiffhomepage
path: root/cmd/k8s-operator/deploy/examples
diff options
context:
space:
mode:
authorIrbe Krumina <irbe@tailscale.com>2024-05-30 10:09:21 +0100
committerIrbe Krumina <irbe@tailscale.com>2024-08-15 11:19:32 +0300
commit5156ec6a3b70190875ff05708763dd9cf24ddcd5 (patch)
treed81968a65614bbb304a5a96ec155e8df2b24f60c /cmd/k8s-operator/deploy/examples
parent436794cf7ab944d40e93f3cc81f25ec06f79bf86 (diff)
downloadtailscale-irbekrm/proxycidrs.tar.xz
tailscale-irbekrm/proxycidrs.zip
Diffstat (limited to 'cmd/k8s-operator/deploy/examples')
-rw-r--r--cmd/k8s-operator/deploy/examples/clusterconfig.yaml8
-rw-r--r--cmd/k8s-operator/deploy/examples/connector.yaml5
-rw-r--r--cmd/k8s-operator/deploy/examples/dnsconfig.yaml4
3 files changed, 12 insertions, 5 deletions
diff --git a/cmd/k8s-operator/deploy/examples/clusterconfig.yaml b/cmd/k8s-operator/deploy/examples/clusterconfig.yaml
new file mode 100644
index 000000000..33b760514
--- /dev/null
+++ b/cmd/k8s-operator/deploy/examples/clusterconfig.yaml
@@ -0,0 +1,8 @@
+# It would be nice if users didn't need to apply this separately, but not sure
+# how to integrate this into the chart (post-render hook?)
+apiVersion: tailscale.com/v1alpha1
+kind: ClusterConfig
+metadata:
+ name: proxies
+spec:
+ domain: "foo.bar." # must have the dot at the moment
diff --git a/cmd/k8s-operator/deploy/examples/connector.yaml b/cmd/k8s-operator/deploy/examples/connector.yaml
index d29f27cf5..6a16469b7 100644
--- a/cmd/k8s-operator/deploy/examples/connector.yaml
+++ b/cmd/k8s-operator/deploy/examples/connector.yaml
@@ -14,6 +14,5 @@ spec:
hostname: ts-prod
subnetRouter:
advertiseRoutes:
- - "10.40.0.0/14"
- - "192.168.0.0/14"
- exitNode: true
+ - "10.0.0.0/8"
+ exitNode: false
diff --git a/cmd/k8s-operator/deploy/examples/dnsconfig.yaml b/cmd/k8s-operator/deploy/examples/dnsconfig.yaml
index eae6486db..3416ef0f0 100644
--- a/cmd/k8s-operator/deploy/examples/dnsconfig.yaml
+++ b/cmd/k8s-operator/deploy/examples/dnsconfig.yaml
@@ -5,5 +5,5 @@ metadata:
spec:
nameserver:
image:
- repo: tailscale/k8s-nameserver
- tag: unstable-v1.65
+ repo: gcr.io/csi-test-290908/nameserver
+ tag: v0.0.23proxycidr