Gaurav Mehta

Results 96 comments of Gaurav Mehta

@fabiand @jean-edouard any feedback on the above would be appreciated. Thanks in advance.

It may make sense to have a repo with just sidecar examples as I'd imagine with increasing adoption of project end users may run into such edge cases, which may...

Hi @Athosone thanks a lot for your PR. There are few minor tweaks needed which should make the agent more efficient in scheduling the changes. @SheilaghM can we please have...

@belgaied2 a diff is needed to inform fleet to ignore the modified objects. I have an example here: https://github.com/ibrokethecloud/core-bundles/blob/master/monitoring/fleet.yaml

is it possible to have a support bundle when this issue occurs and one that includes the namespace where the impacted workload is? I can see there is a gitlab...

docs PR explaining how to write your own addon: https://github.com/harvester/docs/pull/628

this is likely because environment variables are not set. best bet would be to `sudo su -` and then run the `docker pull`

are you able to please edit the daemonset `kubectl edit ds nvidia-driver-runtime -n harvester-system` and change the `imagePullPolicy` to `IfNotPresent`? The current policy in the manifest is `Always` which means...

currently system restore is broken due to a minor issue with ordering of restored objects. As a result longhorn system restore never completes and is being tracked: https://github.com/longhorn/longhorn/issues/8601