summaryrefslogtreecommitdiffhomepage
path: root/cmd/k8s-operator
AgeCommit message (Expand)AuthorFilesLines
2023-06-01cmd/k8s-operator: update controller-runtime to v0.15Vince Prignano2-10/+27
2023-05-17cmd/k8s-operator: add support for priorityClassNameGabriel Martinez2-19/+69
2023-05-12client/tailscale: revert CreateKey API change, add Client.CreateKeyWithExpiryBrad Fitzpatrick2-8/+4
2023-05-11client: allow the expiry time to be specified for new keysMatt Brown2-5/+9
2023-05-11cmd/k8s-operator: handle NotFound secretsMaisem Ali1-0/+3
2023-05-08cmd/k8s-operator: print version in startup logsCraig Rodrigues1-1/+2
2023-04-19ci: add more lints (#7909)Andrew Dunham1-3/+2
2023-03-23cmd/k8s-operator: disable HTTP/2 for the auth proxyMaisem Ali2-5/+32
2023-03-13cmd/k8s-operator: drop trailing dot in tagged node nameMaisem Ali1-1/+1
2023-03-13cmd/k8s-operator: require HTTPS to be enabled for AuthProxyMaisem Ali2-12/+21
2023-03-13cmd/k8s-operator: make auth proxy pass tags as Impersonate-GroupMaisem Ali2-5/+21
2023-03-01cmd/k8s-operator: update device authorization copySonia Appasamy1-1/+1
2023-02-27tailcfg,hostinfo: add App field to identify tsnet usesMaisem Ali1-2/+2
2023-02-23cmd/k8s-operator: set hostinfo.PackageMaisem Ali1-2/+20
2023-02-08cmd/k8s-operator: add support for running an auth proxyMaisem Ali4-10/+130
2023-01-27cmd/k8s-operator: use unstable tailscale image as wellDavid Anderson1-1/+1
2023-01-27cmd/k8s-operator: use the unstable operator imageDavid Anderson1-1/+1
2023-01-27all: update copyright and license headersWill Norris3-9/+6
2023-01-25cmd/k8s-operator: support setting a custom hostname.David Anderson2-11/+135
2023-01-24cmd/k8s-operator: remove use of InjectClient (deprecated)Vince Prignano1-13/+9
2022-12-14cmd/k8s-operator: move the operator into its own namespace.David Anderson2-12/+33
2022-12-14cmd/k8s-operator: use oauth credentials for API access.David Anderson2-22/+90
2022-12-14cmd/k8s-operator: refactor reconcile loop, un-plumbing reconcile.Result.David Anderson1-62/+72
2022-12-13cmd/k8s-operator: remove unnecessary timed requeue.David Anderson2-3/+3
2022-12-13cmd/k8s-operator: sprinkle debug logging throughout.David Anderson2-35/+90
2022-12-13cmd/k8s-operator: remove times requeues in proxy deletion path.David Anderson2-6/+7
2022-12-13cmd/k8s-operator: add more tests for "normal" paths.David Anderson1-17/+388
2022-12-13cmd/k8s-operator: factor out some of the larger expected test outputs.David Anderson1-50/+63
2022-12-12cmd/k8s-operator: remove unused structs. Cleanup missed in #6718.David Anderson1-23/+0
2022-12-12cmd/k8s-operator: rename main.go -> operator.go.David Anderson2-0/+0
2022-12-12cmd/k8s-operator: add a basic unit test.David Anderson2-29/+366
2022-12-12cmd/k8s-operator: use the client's authkey method to create auth keys.David Anderson1-33/+20
2022-12-12cmd/k8s-operator: add a kubernetes operator.David Anderson3-0/+776