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:
Steve Wilkerson 2019-02-19 08:19:45 -06:00
parent ded99204b2
commit 7387ecd71c
8 changed files with 8 additions and 8 deletions

View File

@ -24,7 +24,7 @@ limitations under the License.
# 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
# nodeSelector to ensure it only runs on the master.
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: calico-etcd

View File

@ -81,7 +81,7 @@ rules:
# as the Calico CNI plugins and network config on
# each master and worker node in a Kubernetes cluster.
kind: DaemonSet
apiVersion: extensions/v1beta1
apiVersion: apps/v1
metadata:
name: calico-node
annotations:

View File

@ -61,7 +61,7 @@ rules:
# This manifest deploys the Calico Kubernetes controllers.
# See https://github.com/projectcalico/kube-controllers
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: calico-kube-controllers

View File

@ -50,7 +50,7 @@ rules:
- list
- watch
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: elastic-apm-server

View File

@ -73,7 +73,7 @@ rules:
- list
- watch
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: filebeat

View File

@ -73,7 +73,7 @@ rules:
- list
- watch
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: metricbeat-node-modules

View File

@ -72,7 +72,7 @@ rules:
- list
- watch
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: packetbeat

View File

@ -19,7 +19,7 @@ limitations under the License.
{{- $serviceAccountName := "prometheus-postgresql-exporter" }}
{{ tuple $envAll "prometheus_postgresql_exporter" $serviceAccountName | include "helm-toolkit.snippets.kubernetes_pod_rbac_serviceaccount" }}
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: prometheus-postgresql-exporter