Karsten Hassel

Results 244 comments of Karsten Hassel

see https://docs.magicmirror.builders/getting-started/installation.html#alternative-installation-methods

not only real issues, we had already some general discussions there and I think it is the best place to discuss this with the main contributors and MichMich (only some...

All these image info's can be found in `cli/k8s_client/yaml_factory.go`. Executing `cat yaml_factory.go | sed -n 's|.*{CSI_SIDECAR_REGISTRY}/||gIp' | sort | uniq` will bring this result: ```bash csi-attacher:v3.4.0 csi-node-driver-registrar:v2.4.0 csi-provisioner:v2.2.2 csi-provisioner:v3.1.0 csi-resizer:v1.3.0...

another approach could be to add a new flag e.g. `--snap-crd-version` to `tridentctl images` and if this is provided the cluster access is omitted. If you run the current implementation...

same for me. Seems that the volume-mount does not work with a subpath. The `pod.yaml` example works as expected, but if you add a subpath it doesn't work. Executing `kubectl...

@yasker Could you reproduce this subPath issue? Can we expect a solution?

@yasker Thanks for this info.

as long as this is not implemented you can add https://github.com/estesp/manifest-tool to the kaniko-image.

> Looking at the code of other providers it seems that at least darksky should have the same problem... I think we shouldn't investigate in this because "The Dark Sky...