Skip to content

Commit

Permalink
generator for deprecated kubectl run
Browse files Browse the repository at this point in the history
  • Loading branch information
huazhihao committed Jan 5, 2020
1 parent e679dec commit f5bd837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubespy
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ main() {
fi

echo "loading spy pod..."
kubectl run --rm --tty -i --overrides='
kubectl run --rm --tty -i --generator=run-pod/v1 --overrides='
{
"spec": {
"hostNetwork": true,
Expand Down

0 comments on commit f5bd837

Please sign in to comment.