Suraj Narwade
Suraj Narwade
PR for the same: https://github.com/bitnami-labs/sealed-secrets/pull/864
Hi, I would like to see `instance-id` as a label as well. meanwhile, you can find `instance-id` in `spec.providerID` of the node resource `spec.providerId` looks like this `aws:///eu-west-1a/i-01adxxxxxxxxxd` you may...
+1 to the issue, it's quite straightforward to use secrets as environment variables but could not find a way to mount the secrets as a volume inside the container.
it seems that it's rolebinding issue, here are the logs, ``` kubectl logs pod/arango-storage-operator-85f654fc8b-qpqd9 2018-08-18T11:18:35Z |INFO| Starting arangodb-operator, version 0.2.2 build 0ebc340 operator-id=qpqd9 pod-name=arango-storage-operator-85f654fc8b-qpqd9 pod-namespace=kube-system 2018-08-18T11:18:35Z |INFO| attempting to acquire...
@ewoutp , I tried it from master only
https://github.com/arangodb/kube-arangodb/blob/master/manifests/arango-storage.yaml#L31 This needs to add `update` verb to get it working :) if that is the case, shall I send PR for the same ?
@fabifrank no
if I run `minishift start` before, then I have to do `gofabric8 deploy` right ?
@kameshsampath I already provided `--minishift` option ``` $ gofabric8 start --minishift --package=system --namespace fabric8 Could not initialise a client - is your server setting correct? Get http://localhost:8080/api: dial tcp [::1]:8080:...
cc @kadel