Skip to content

Commit d323b0f

Browse files
committed
docs: add comment about kubectl version
1 parent 738a897 commit d323b0f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

testing-tools/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ python3.12 -m pip install --no-cache-dir -r /stackable/requirements.txt
7474
ln -s /usr/bin/python3.12 /usr/bin/python
7575

7676
# Install kubectl
77+
# Get latest stable version from curl -L -s https://dl.k8s.io/release/stable.txt
7778
curl -LO "https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/${TARGETARCH}/kubectl"
7879
install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
7980
rm kubectl

0 commit comments

Comments
 (0)