Browse Source
busybox container requires a root permission for ping. For testing hardening method at CI, we need to switch to another image which doesn't require the root permission for network testing. On kubernetes/kubernetes repo, we are using agnhost which doesn't require it. So this makes the test use aghhost image. In addition, this updates the test manifest to specify securityContext without any privilege.pull/9392/head
Kenichi Omichi
2 years ago
committed by
GitHub
1 changed files with 31 additions and 10 deletions
Loading…