From 853f321f7bfe43ca4dab42ce17a902b95ba1cbed Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Thu, 3 Oct 2019 14:23:35 -0500 Subject: [PATCH] Update apiversion For k8s 1.16+, the extensions/v1beta1 has been replaced by apps/v1 for DaemonSet. This patch set updates documents in the OpenStack-Helm repository. Change-Id: I8512b9f3202b2bf56b77408aca8d239daab32add Signed-off-by: Tin Lam --- doc/source/devref/node-and-label-specific-configurations.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/devref/node-and-label-specific-configurations.rst b/doc/source/devref/node-and-label-specific-configurations.rst index 6b32864b52..8a0874fae4 100644 --- a/doc/source/devref/node-and-label-specific-configurations.rst +++ b/doc/source/devref/node-and-label-specific-configurations.rst @@ -32,7 +32,7 @@ Consider the following (simplified) secret and daemonset pairing example: # Simplified daemonset definition # =============================== --- - apiVersion: extensions/v1beta1 + apiVersion: apps/v1 kind: DaemonSet metadata: name: mychart-name @@ -86,7 +86,7 @@ has been substituted): # access any env data needed to build the template (e.g., envAll.Values...) {{- with $envAll }} --- - apiVersion: extensions/v1beta1 + apiVersion: apps/v1 kind: DaemonSet metadata: name: {{ $daemonset }}