diff --git a/k8s-deployment-manifest-templates/deployment-mode/daemonset/combination/combination.yaml b/k8s-deployment-manifest-templates/deployment-mode/daemonset/combination/combination.yaml index 9e90cb4..a722ff4 100644 --- a/k8s-deployment-manifest-templates/deployment-mode/daemonset/combination/combination.yaml +++ b/k8s-deployment-manifest-templates/deployment-mode/daemonset/combination/combination.yaml @@ -47,6 +47,12 @@ rules: - apiGroups: [ "discovery.k8s.io" ] resources: [ "endpointslices" ] verbs: [ "list", "watch", "get" ] + - apiGroups: [ "networking.k8s.io" ] + resources: [ "ingresses" ] + verbs: [ "list", "watch", "get" ] + - apiGroups: [ "" ] + resources: [ "persistentvolumeclaims", "persistentvolumes" ] + verbs: [ "get", "list", "watch" ] --- kind: ClusterRoleBinding diff --git a/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/cwagent/cwagent-serviceaccount.yaml b/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/cwagent/cwagent-serviceaccount.yaml index b896430..0897cfd 100644 --- a/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/cwagent/cwagent-serviceaccount.yaml +++ b/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/cwagent/cwagent-serviceaccount.yaml @@ -38,6 +38,12 @@ rules: - apiGroups: [ "discovery.k8s.io" ] resources: [ "endpointslices" ] verbs: [ "list", "watch", "get" ] + - apiGroups: [ "networking.k8s.io" ] + resources: [ "ingresses" ] + verbs: [ "list", "watch", "get" ] + - apiGroups: [ "" ] + resources: [ "persistentvolumeclaims", "persistentvolumes" ] + verbs: [ "get", "list", "watch" ] --- kind: ClusterRoleBinding diff --git a/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluent-bit-quickstart-enhanced.yaml b/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluent-bit-quickstart-enhanced.yaml index 5a5095f..c4bb8b0 100644 --- a/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluent-bit-quickstart-enhanced.yaml +++ b/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluent-bit-quickstart-enhanced.yaml @@ -47,6 +47,12 @@ rules: - apiGroups: [ "discovery.k8s.io" ] resources: [ "endpointslices" ] verbs: [ "list", "watch", "get" ] + - apiGroups: [ "networking.k8s.io" ] + resources: [ "ingresses" ] + verbs: [ "list", "watch", "get" ] + - apiGroups: [ "" ] + resources: [ "persistentvolumeclaims", "persistentvolumes" ] + verbs: [ "get", "list", "watch" ] --- kind: ClusterRoleBinding diff --git a/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluent-bit-quickstart.yaml b/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluent-bit-quickstart.yaml index bf15a53..c2c6f06 100644 --- a/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluent-bit-quickstart.yaml +++ b/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluent-bit-quickstart.yaml @@ -47,6 +47,12 @@ rules: - apiGroups: [ "discovery.k8s.io" ] resources: [ "endpointslices" ] verbs: [ "list", "watch", "get" ] + - apiGroups: [ "networking.k8s.io" ] + resources: [ "ingresses" ] + verbs: [ "list", "watch", "get" ] + - apiGroups: [ "" ] + resources: [ "persistentvolumeclaims", "persistentvolumes" ] + verbs: [ "get", "list", "watch" ] --- kind: ClusterRoleBinding diff --git a/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluentd-quickstart-enhanced.yaml b/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluentd-quickstart-enhanced.yaml index e3b54e3..02e5f53 100644 --- a/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluentd-quickstart-enhanced.yaml +++ b/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluentd-quickstart-enhanced.yaml @@ -47,6 +47,12 @@ rules: - apiGroups: [ "discovery.k8s.io" ] resources: [ "endpointslices" ] verbs: [ "list", "watch", "get" ] + - apiGroups: [ "networking.k8s.io" ] + resources: [ "ingresses" ] + verbs: [ "list", "watch", "get" ] + - apiGroups: [ "" ] + resources: [ "persistentvolumeclaims", "persistentvolumes" ] + verbs: [ "get", "list", "watch" ] --- kind: ClusterRoleBinding diff --git a/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluentd-quickstart.yaml b/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluentd-quickstart.yaml index a00fd8d..c4fecc2 100644 --- a/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluentd-quickstart.yaml +++ b/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluentd-quickstart.yaml @@ -47,6 +47,12 @@ rules: - apiGroups: [ "discovery.k8s.io" ] resources: [ "endpointslices" ] verbs: [ "list", "watch", "get" ] + - apiGroups: [ "networking.k8s.io" ] + resources: [ "ingresses" ] + verbs: [ "list", "watch", "get" ] + - apiGroups: [ "" ] + resources: [ "persistentvolumeclaims", "persistentvolumes" ] + verbs: [ "get", "list", "watch" ] --- kind: ClusterRoleBinding diff --git a/k8s-yaml-templates/cwagent-kubernetes-monitoring/cwagent-serviceaccount.yaml b/k8s-yaml-templates/cwagent-kubernetes-monitoring/cwagent-serviceaccount.yaml index 2041091..10c680e 100644 --- a/k8s-yaml-templates/cwagent-kubernetes-monitoring/cwagent-serviceaccount.yaml +++ b/k8s-yaml-templates/cwagent-kubernetes-monitoring/cwagent-serviceaccount.yaml @@ -38,6 +38,12 @@ rules: - apiGroups: [ "discovery.k8s.io" ] resources: [ "endpointslices" ] verbs: [ "list", "watch", "get" ] + - apiGroups: [ "networking.k8s.io" ] + resources: [ "ingresses" ] + verbs: [ "list", "watch", "get" ] + - apiGroups: [ "" ] + resources: [ "persistentvolumeclaims", "persistentvolumes" ] + verbs: [ "get", "list", "watch" ] --- kind: ClusterRoleBinding diff --git a/k8s-yaml-templates/quickstart/cwagent-fluentd-quickstart.yaml b/k8s-yaml-templates/quickstart/cwagent-fluentd-quickstart.yaml index f3a6571..5bd361b 100644 --- a/k8s-yaml-templates/quickstart/cwagent-fluentd-quickstart.yaml +++ b/k8s-yaml-templates/quickstart/cwagent-fluentd-quickstart.yaml @@ -47,6 +47,12 @@ rules: - apiGroups: [ "discovery.k8s.io" ] resources: [ "endpointslices" ] verbs: [ "list", "watch", "get" ] + - apiGroups: [ "networking.k8s.io" ] + resources: [ "ingresses" ] + verbs: [ "list", "watch", "get" ] + - apiGroups: [ "" ] + resources: [ "persistentvolumeclaims", "persistentvolumes" ] + verbs: [ "get", "list", "watch" ] --- kind: ClusterRoleBinding