Updated missed daemonsets and deployments to apps/v1
This updates daemonsets and deployments from extensions/v1beta1 to apps/v1. These templates were either missed or overlooked when added, and this change brings them up to the same api version used for all other daemonsets and deployments Change-Id: I6d2aba7791ad5eabd23785c01aed01d4f8e53d39
This commit is contained in:
parent
ded99204b2
commit
7387ecd71c
@ -24,7 +24,7 @@ limitations under the License.
|
|||||||
# This manifest installs the Calico etcd on the kubeadm master. This uses a DaemonSet
|
# This manifest installs the Calico etcd on the kubeadm master. This uses a DaemonSet
|
||||||
# to force it to run on the master even when the master isn't schedulable, and uses
|
# to force it to run on the master even when the master isn't schedulable, and uses
|
||||||
# nodeSelector to ensure it only runs on the master.
|
# nodeSelector to ensure it only runs on the master.
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: apps/v1
|
||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
metadata:
|
metadata:
|
||||||
name: calico-etcd
|
name: calico-etcd
|
||||||
|
@ -81,7 +81,7 @@ rules:
|
|||||||
# as the Calico CNI plugins and network config on
|
# as the Calico CNI plugins and network config on
|
||||||
# each master and worker node in a Kubernetes cluster.
|
# each master and worker node in a Kubernetes cluster.
|
||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: apps/v1
|
||||||
metadata:
|
metadata:
|
||||||
name: calico-node
|
name: calico-node
|
||||||
annotations:
|
annotations:
|
||||||
|
@ -61,7 +61,7 @@ rules:
|
|||||||
|
|
||||||
# This manifest deploys the Calico Kubernetes controllers.
|
# This manifest deploys the Calico Kubernetes controllers.
|
||||||
# See https://github.com/projectcalico/kube-controllers
|
# See https://github.com/projectcalico/kube-controllers
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: calico-kube-controllers
|
name: calico-kube-controllers
|
||||||
|
@ -50,7 +50,7 @@ rules:
|
|||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
---
|
---
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: elastic-apm-server
|
name: elastic-apm-server
|
||||||
|
@ -73,7 +73,7 @@ rules:
|
|||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
---
|
---
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: apps/v1
|
||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
metadata:
|
metadata:
|
||||||
name: filebeat
|
name: filebeat
|
||||||
|
@ -73,7 +73,7 @@ rules:
|
|||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
---
|
---
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: apps/v1
|
||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
metadata:
|
metadata:
|
||||||
name: metricbeat-node-modules
|
name: metricbeat-node-modules
|
||||||
|
@ -72,7 +72,7 @@ rules:
|
|||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
---
|
---
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: apps/v1
|
||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
metadata:
|
metadata:
|
||||||
name: packetbeat
|
name: packetbeat
|
||||||
|
@ -19,7 +19,7 @@ limitations under the License.
|
|||||||
{{- $serviceAccountName := "prometheus-postgresql-exporter" }}
|
{{- $serviceAccountName := "prometheus-postgresql-exporter" }}
|
||||||
{{ tuple $envAll "prometheus_postgresql_exporter" $serviceAccountName | include "helm-toolkit.snippets.kubernetes_pod_rbac_serviceaccount" }}
|
{{ tuple $envAll "prometheus_postgresql_exporter" $serviceAccountName | include "helm-toolkit.snippets.kubernetes_pod_rbac_serviceaccount" }}
|
||||||
---
|
---
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: prometheus-postgresql-exporter
|
name: prometheus-postgresql-exporter
|
||||||
|
Loading…
Reference in New Issue
Block a user