mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Merge pull request #53966 from fabiand/sampleApiserverNsManifest
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Add sample-apiserver namespace manifest **What this PR does / why we need it**: Adds a manifest to also create the required namespace for the api server example. It was previously proposed here kubernetes/sample-apiserver#11 ```release-note ```
This commit is contained in:
commit
35a105af9f
@ -0,0 +1,5 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: wardle
|
||||
spec:
|
Loading…
Reference in New Issue
Block a user