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 5ca9ae6 commit 1188f31Copy full SHA for 1188f31
hack/ci/Vagrantfile-debian
@@ -60,7 +60,7 @@ Vagrant.configure("2") do |config|
60
curl -sSfL --retry 5 --retry-delay 3 "https://github.com/sigstore/cosign/releases/download/$COSIGN_VERSION/cosign-linux-amd64" -o "$COSIGN_BINARY"
61
chmod +x "$COSIGN_BINARY"
62
63
- # Insatll kubernetes related binaries
+ # Install kubernetes related binaries
64
KUBERNETES_VERSION=v1.30
65
curl -fsSL https://pkgs.k8s.io/core:/stable:/$KUBERNETES_VERSION/deb/Release.key | gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg
66
echo "deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/$KUBERNETES_VERSION/deb/ /" | tee /etc/apt/sources.list.d/kubernetes.list
0 commit comments