This info isn't shown anymore by kubectl get

This commit is contained in:
Bridget Kromhout
2018-07-16 13:32:53 -07:00
committed by Jerome Petazzoni
parent b3d1e2133d
commit 065310901f

View File

@@ -239,7 +239,7 @@ Yes!
- namespace (more-or-less isolated group of things)
- secret (bundle of sensitive data to be passed to a container)
And much more! (We can see the full list by running `kubectl get`)
And much more! (We can see the full list by running `kubectl api-resources`)
---