b22bef5cfb
Making fluentd.conf as configmap to change configuration. Change elasticsearch rc to deployment. Having installed previous elastaicsearch as rc, first should delete that.
13 lines
305 B
YAML
13 lines
305 B
YAML
kind: ClusterRoleBinding
|
|
apiVersion: rbac.authorization.k8s.io/v1beta1
|
|
metadata:
|
|
name: efk
|
|
namespace: {{ system_namespace }}
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: efk
|
|
namespace: {{ system_namespace }}
|
|
roleRef:
|
|
kind: ClusterRole
|
|
name: cluster-admin
|
|
apiGroup: rbac.authorization.k8s.io
|