mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-18 12:29:18 +00:00
Rename test pod
This commit is contained in:
@@ -79,7 +79,8 @@ annotate_serviceaccount() {
|
||||
}
|
||||
|
||||
checkit() {
|
||||
kubectl run --image amazon/aws-cli --attach --restart=Never --rm --wait=true herro -- s3 cp s3://"${BUCKET_NAME}"/top-sekret.txt -
|
||||
echo "Will try to read s3://"${BUCKET_NAME}"/top-sekret.txt"
|
||||
kubectl run --image amazon/aws-cli --attach --restart=Never --rm --wait=true can-we-read-s3 -- s3 cp s3://"${BUCKET_NAME}"/top-sekret.txt -
|
||||
}
|
||||
|
||||
update_kubeconfig() {
|
||||
|
||||
Reference in New Issue
Block a user