Commit Graph

5 Commits (00b2e6aecc5cf7bfba75dcfd63e4bc99f35b1f7c)

Author SHA1 Message Date
Tim Bannister 04cfb74c48 Await input in Pod Security Admission demo script
Don't run through the whole thing including cleanup - let the user have
a go first.
2023-03-02 22:39:41 +00:00
Tim Bannister c6b3f34d5b Automatically clean up after deploying PSA examples
Readers who want to skip the clean up can edit these scripts; it seems
fair to assume that a reader who wants that would know how to edit a
shell script and delete lines from it.
2023-03-02 22:39:41 +00:00
Tim Bannister 25a926e465 Assume that kind provides Pod Security Admission
Given that Pod Security Admission has been beta and then generally
available for a while, assume that kind gives the reader a cluster than
includes this feature.
2023-03-02 22:39:41 +00:00
Tim Bannister c38e5c00fb Avoid creating local manifest for PSA tutorials
The kubectl tool includes a client for fetching manifests using HTTP,
and we usually rely on that for tutorials. Switch to an approach where
we don't create a manifest on the filesystem and then apply that.
2023-03-02 22:39:41 +00:00
Pushkar Joglekar d1e25451d3 Added shell script examples
Fixed nits, broken links and numbering

Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
Co-authored-by: Jim Angel <jimangel@users.noreply.github.com>
2021-12-08 10:41:55 +05:30