From 95c4d0c1c5f87a963ea0ea76089825dcbc40517b Mon Sep 17 00:00:00 2001 From: Tomofumi Hayashi Date: Tue, 23 Aug 2022 00:55:14 +0900 Subject: [PATCH] Update deployment yaml This change adds note section in deployment yaml to explicitly mention the scope of this yaml. --- deployments/multus-daemonset-crio.yml | 8 ++++++++ deployments/multus-daemonset-gke-1.16.yml | 8 ++++++++ deployments/multus-daemonset-thick.yml | 8 ++++++++ deployments/multus-daemonset.yml | 8 ++++++++ 4 files changed, 32 insertions(+) diff --git a/deployments/multus-daemonset-crio.yml b/deployments/multus-daemonset-crio.yml index bed862baa..194e14f17 100644 --- a/deployments/multus-daemonset-crio.yml +++ b/deployments/multus-daemonset-crio.yml @@ -1,3 +1,11 @@ +# Note: +# This deployment file is designed for 'quickstart' of multus, easy installation to test it, +# hence this deployment yaml does not care about following things intentionally. +# - various configuration options +# - minor deployment scenario +# - upgrade/update/uninstall scenario +# Multus team understand users deployment scenarios are diverse, hence we do not cover +# comprehensive deployment scenario. We expect that it is covered by each platform deployment. --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/deployments/multus-daemonset-gke-1.16.yml b/deployments/multus-daemonset-gke-1.16.yml index 8996d3ffe..aac84ac49 100644 --- a/deployments/multus-daemonset-gke-1.16.yml +++ b/deployments/multus-daemonset-gke-1.16.yml @@ -1,3 +1,11 @@ +# Note: +# This deployment file is designed for 'quickstart' of multus, easy installation to test it, +# hence this deployment yaml does not care about following things intentionally. +# - various configuration options +# - minor deployment scenario +# - upgrade/update/uninstall scenario +# Multus team understand users deployment scenarios are diverse, hence we do not cover +# comprehensive deployment scenario. We expect that it is covered by each platform deployment. --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/deployments/multus-daemonset-thick.yml b/deployments/multus-daemonset-thick.yml index ee436be72..aba749d0e 100644 --- a/deployments/multus-daemonset-thick.yml +++ b/deployments/multus-daemonset-thick.yml @@ -1,3 +1,11 @@ +# Note: +# This deployment file is designed for 'quickstart' of multus, easy installation to test it, +# hence this deployment yaml does not care about following things intentionally. +# - various configuration options +# - minor deployment scenario +# - upgrade/update/uninstall scenario +# Multus team understand users deployment scenarios are diverse, hence we do not cover +# comprehensive deployment scenario. We expect that it is covered by each platform deployment. --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/deployments/multus-daemonset.yml b/deployments/multus-daemonset.yml index ad314a4cb..1a4f116cc 100644 --- a/deployments/multus-daemonset.yml +++ b/deployments/multus-daemonset.yml @@ -1,3 +1,11 @@ +# Note: +# This deployment file is designed for 'quickstart' of multus, easy installation to test it, +# hence this deployment yaml does not care about following things intentionally. +# - various configuration options +# - minor deployment scenario +# - upgrade/update/uninstall scenario +# Multus team understand users deployment scenarios are diverse, hence we do not cover +# comprehensive deployment scenario. We expect that it is covered by each platform deployment. --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition