Unverified Commit 0770ef06 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #58419 from coffeepac/apps-api-stable

Automatic merge from submit-queue (batch tested with PRs 58263, 58425, 58419). 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>. apps api is now stable, use it **What this PR does / why we need it**: as of kubernetes 1.9, the apps api is stable. we should use v1 instead of v1beta2 **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # none **Special notes for your reviewer**: **Release note**: ``` NONE ```
parents efdf0d9e b809f47e
...@@ -47,7 +47,7 @@ roleRef: ...@@ -47,7 +47,7 @@ roleRef:
apiGroup: "" apiGroup: ""
--- ---
# Elasticsearch deployment itself # Elasticsearch deployment itself
apiVersion: apps/v1beta2 apiVersion: apps/v1
kind: StatefulSet kind: StatefulSet
metadata: metadata:
name: elasticsearch-logging name: elasticsearch-logging
......
...@@ -45,7 +45,7 @@ roleRef: ...@@ -45,7 +45,7 @@ roleRef:
name: fluentd-es name: fluentd-es
apiGroup: "" apiGroup: ""
--- ---
apiVersion: apps/v1beta2 apiVersion: apps/v1
kind: DaemonSet kind: DaemonSet
metadata: metadata:
name: fluentd-es-v2.0.3 name: fluentd-es-v2.0.3
......
apiVersion: apps/v1beta2 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: kibana-logging name: kibana-logging
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment