Commit Graph

7 Commits

Author SHA1 Message Date
Akash Srivastava
296c6f2ab5 Fix issues in k8s yaml files (#3403)
- Change apigroups to apiGroups in cluster-role.yaml
- Change resourcenames to resourceNames in cluster-role.yaml
- Add selector in deploy.yaml and ds.yaml

Signed-off-by: Akash Srivastava <akash.srivastava@openebs.io>
2018-10-26 11:19:52 +05:30
Akash Srivastava
5b8a8c9f56 Merge branch 'master' into volume-snapshot 2018-10-17 23:36:09 +05:30
Akash Srivastava
bc550e8e1d Add rules in clusterrole for k8s snapshot components
This will add rules to cluster role for k8s snapshot components.
These RBAC permissions are required for scope to fetch details about
volumesnapshots and volumesnapshotdata resources.

Signed-off-by: Akash Srivastava <akash.srivastava@openebs.io>
2018-10-17 17:53:47 +05:30
Julien Garcia Gonzalez
cea74c6280 example k8s: add support for PodSecurityPolicy
This add a psp file with needed right to work on kubernetes.

Signed-off-by: Julien Garcia Gonzalez <julien@giantswarm.io>
2018-09-26 11:20:41 +02:00
Satyam Zode
4dfa4acfe7 Add rules in cluster role for k8s storage components
This will add rules to cluster role for k8s storage components.
These RBAC permissions are required for scope to fetch details about PV, PVC, SC
resources.

Signed-off-by: Satyam Zode <satyamzode@gmail.com>
2018-07-28 00:26:07 +05:30
Adam Harrison
8b1f8242f2 Pass node name via correct env var 2018-06-14 15:05:51 +01:00
Tasdik Rahman
eb849432a1 examples: k8s: added manifest for scope deployment
- closes https://github.com/weaveworks/scope/issues/3153
2018-05-02 17:39:26 +05:30