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/cmd
Irbe Krumina 6e0f168db0
cmd/containerboot: fix nil pointer exception (cherry-pick of #14357, #14358) (#14359)
* cmd/containerboot: guard kubeClient against nil dereference (#14357)

A method on kc was called unconditionally, even if was not initialized,
leading to a nil pointer dereference when TS_SERVE_CONFIG was set
outside Kubernetes.

Add a guard symmetric with other uses of the kubeClient.

Signed-off-by: Bjorn Neergaard <bjorn@neersighted.com>
(cherry picked from commit 8b1d01161b)

* cmd/containerboot: don't attempt to write kube Secret in non-kube environments (#14358)

Signed-off-by: Irbe Krumina <irbe@tailscale.com>
(cherry picked from commit 0cc071f154)

* cmd/containerboot: don't attempt to patch a Secret field without permissions (#14365)

Signed-off-by: Irbe Krumina <irbe@tailscale.com>
(cherry picked from commit 6e552f66a0)

Updates tailscale/tailscale#14354
1 year ago
..
addlicense Revert "VERSION.txt: this is v1.78.0" 1 year ago
build-webclient client/web: precompress assets 2 years ago
checkmetrics cmd/checkmetrics: add command for checking metrics against kb 1 year ago
cloner Revert "VERSION.txt: this is v1.78.0" 1 year ago
connector-gen cmd/connector-gen: add helper tool for wide app connector configurations 2 years ago
containerboot cmd/containerboot: fix nil pointer exception (cherry-pick of #14357, #14358) (#14359) 1 year ago
derper cmd/derper: allow absent SNI when using manual certs and IP literal for hostname 1 year ago
derpprobe cmd/derpprobe,prober: add ability to restrict derpprobe to a single region 1 year ago
dist release/dist/qnap: add qnap target builder 2 years ago
get-authkey Revert "VERSION.txt: this is v1.78.0" 1 year ago
gitops-pusher Revert "VERSION.txt: this is v1.78.0" 1 year ago
hello cmd/hello: link to the Hello KB article (#11022) 2 years ago
k8s-nameserver cmd/k8s-nameserver: fix AAAA record query response (#12412) 2 years ago
k8s-operator Revert "VERSION.txt: this is v1.78.0" 1 year ago
mkmanifest Revert "VERSION.txt: this is v1.78.0" 1 year ago
mkpkg Revert "VERSION.txt: this is v1.78.0" 1 year ago
mkversion Revert "VERSION.txt: this is v1.78.0" 1 year ago
nardump Revert "VERSION.txt: this is v1.78.0" 1 year ago
natc cmd/natc: fix nil pointer 1 year ago
netlogfmt all: use Go 1.22 range-over-int 2 years ago
nginx-auth Revert "VERSION.txt: this is v1.78.0" 1 year ago
pgproxy Revert "VERSION.txt: this is v1.78.0" 1 year ago
printdep Revert "VERSION.txt: this is v1.78.0" 1 year ago
proxy-to-grafana cmd/proxy-to-grafana: add flag for alternative control server 2 years ago
sniproxy Revert "VERSION.txt: this is v1.78.0" 1 year ago
speedtest Revert "VERSION.txt: this is v1.78.0" 1 year ago
ssh-auth-none-demo Revert "VERSION.txt: this is v1.78.0" 1 year ago
stunc cmd/stunc: support user-specified port (#12469) 2 years ago
stund tsweb: change RequestID format to have a date in it 1 year ago
stunstamp cmd/stunstamp: add protocol context to timeout logs (#13422) 1 year ago
sync-containers Revert "VERSION.txt: this is v1.78.0" 1 year ago
systray cmd/systray: handle reconnects to IPN bus (#13386) 1 year ago
tailscale Revert "VERSION.txt: this is v1.78.0" 1 year ago
tailscaled Revert "VERSION.txt: this is v1.78.0" 1 year ago
testcontrol all: use Go 1.22 range-over-int 2 years ago
testwrapper Revert "VERSION.txt: this is v1.78.0" 1 year ago
tl-longchain cmd/tl-longchain: tool to re-sign nodes with long rotation signatures 1 year ago
tsconnect Revert "VERSION.txt: this is v1.78.0" 1 year ago
tsidp cmd/tsidp: add --dir flag 1 year ago
tsshd Revert "VERSION.txt: this is v1.78.0" 1 year ago
tta cmd/tta: pull out test driver dialing into a type, fix bugs 1 year ago
viewer cmd/viewer: import types/views when generating a getter for a map field 1 year ago
vnet tstest/natlab/vnet: add start of IPv6 support 1 year ago
xdpderper all: add test for package comments, fix, add comments as needed 2 years ago