You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/.github/workflows
Irbe Krumina 1a08ea5990
cmd/k8s-operator: operator can create subnetrouter (#9505)
* k8s-operator,cmd/k8s-operator,Makefile,scripts,.github/workflows: add Connector kube CRD.

Connector CRD allows users to configure the Tailscale Kubernetes operator
to deploy a subnet router to expose cluster CIDRs or
other CIDRs available from within the cluster
to their tailnet.

Also adds various CRD related machinery to
generate CRD YAML, deep copy implementations etc.

Engineers will now have to run
'make kube-generate-all` after changing kube files
to ensure that all generated files are up to date.

* cmd/k8s-operator,k8s-operator: reconcile Connector resources

Reconcile Connector resources, create/delete subnetrouter resources in response to changes to Connector(s).

Connector reconciler will not be started unless
ENABLE_CONNECTOR env var is set to true.
This means that users who don't want to use the alpha
Connector custom resource don't have to install the Connector
CRD to their cluster.
For users who do want to use it the flow is:
- install the CRD
- install the operator (via Helm chart or using static manifests).
For Helm users set .values.enableConnector to true, for static
manifest users, set ENABLE_CONNECTOR to true in the static manifest.

Updates tailscale/tailscale#502


Signed-off-by: Irbe Krumina <irbe@tailscale.com>
6 months ago
..
checklocks.yml .github: Bump actions/checkout from 3 to 4 7 months ago
codeql-analysis.yml .github,cmd/gitops-pusher: update to checkout@v4 9 months ago
docker-file-build.yml .github,cmd/gitops-pusher: update to checkout@v4 9 months ago
flakehub-publish-tagged.yml .github,cmd/gitops-pusher: update to checkout@v4 9 months ago
go-licenses.yml .github,cmd/gitops-pusher: update to checkout@v4 9 months ago
golangci-lint.yml .github/workflows: update golangci-lint 8 months ago
govulncheck.yml .github/workflows: fix slack-action format in govulncheck.yml (#9390) 9 months ago
installer.yml .github,cmd/gitops-pusher: update to checkout@v4 9 months ago
kubemanifests.yaml cmd/k8s-operator: operator can create subnetrouter (#9505) 6 months ago
test.yml cmd/k8s-operator: generate static kube manifests from the Helm chart. (#10436) 6 months ago
update-flake.yml .github,cmd/gitops-pusher: update to checkout@v4 9 months ago
update-webclient-prebuilt.yml .github: build gocross using regular GOPROXY settings 7 months ago
webclient.yml .github/workflows: add webclient workflow 6 months ago