mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +00:00
apps api is now stable, use it
This commit is contained in:
parent
fa7dde385b
commit
b809f47e46
@ -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:
|
|||||||
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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
apiVersion: apps/v1beta2
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: kibana-logging
|
name: kibana-logging
|
||||||
|
Loading…
Reference in New Issue
Block a user