update the yaml of deployment and replicas (#7107)

* update the yaml of deployment and replicas

* update the yaml comment
This commit is contained in:
jianglingxia
2018-02-02 01:02:10 +08:00
committed by k8s-ci-robot
parent d155fd8766
commit 8828567afd
5 changed files with 5 additions and 5 deletions
@@ -16,7 +16,7 @@ manually through `easyrsa`, `openssl` or `cfssl`.
1. Download, unpack, and initialize the patched version of easyrsa3.
curl -L -O https://storage.googleapis.com/kubernetes-release/easy-rsa/easy-rsa.tar.gz
curl -LO https://storage.googleapis.com/kubernetes-release/easy-rsa/easy-rsa.tar.gz
tar xzf easy-rsa.tar.gz
cd easy-rsa-master/easyrsa3
./easyrsa init-pki
@@ -1,4 +1,4 @@
apiVersion: apps/v1 # for versions before 1.9.0 use apps/v1beta2
apiVersion: apps/v1
kind: ReplicaSet
metadata:
name: frontend
@@ -1,4 +1,4 @@
apiVersion: apps/v1 # for versions before 1.9.0 use apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: ReplicaSet
metadata:
labels: