change apiVersion of deployment object (#16676)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
3b2a401bc5
commit
f950461025
+1
-1
@@ -45,7 +45,7 @@ To deploy a Windows container on Kubernetes, you must first create an example ap
|
|||||||
app: win-webserver
|
app: win-webserver
|
||||||
type: NodePort
|
type: NodePort
|
||||||
---
|
---
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
Reference in New Issue
Block a user