treydock

Results 151 comments of treydock

@eddycharly What do you think of just always `image.registry` and have it default to `ghcr.io`? That would greatly simplify the helper logic I think but it would potentially be a...

@realshuting Does this need cherry-pick into 1.8 to get this Helm chart released once merged or can that still be done from master branch?

I believe this is the main error from tests failing: ``` 3m35s Warning Failed pod/kyverno-754947fdc6-fq4bg spec.initContainers{kyverno-pre} kubelet, kind-control-plane Failed to pull image "ghcr.io/kyverno/kyvernopre:1.8-dev-451-ge98936a5c": rpc error: code = NotFound desc =...

Yep I can get that going. Just curious, is there a reason the cherry-pick bot didn't pick up my comment? I never used it before so wasn't sure if maybe...

> I am unable to locate the source package information for `ondemand-nginx-1.18.0-2.p6.0.14` anywhere on the OSC GitHub sites. Is there information someplace that I can download/review for how the `ondemand-nginx`...

You have to build with SCL build package `scl-utils-build` installed. It's going to be rather difficult to replicate our build steps using raw rpmbuild command, we abstract all the build...

So I think all you'd need to do is update /etc/hosts outside the container and inside the container with same host alias for 127.0.0.1 so it's more than localhost. Github...

I believe this was left off to avoid enabling app development by default which can be somewhat undesirable for a site given what it allows users to do (ie access...

You could mount the S3 bucket with something like S3FS and then it would be available to OnDemand if the permissions allow the user logged into OnDemand to access the...