Graham Dumpleton
Graham Dumpleton
**Describe the problem/challenge you have** I want to be able to delete OCI artifacts in an image registry created by `imgpkg push` or `imgpkg copy` using `imgpkg`, rather than having...
**Describe the problem/challenge you have** Both `serviceAccountName` and `cluster` properties of the `App` CR are marked as optional. Anyone not understanding that one or the other is required may not...
This issue seems to be similar to https://github.com/k14s/kbld/issues/19 but the setup is different. Have a typical setup for ``kbld`` where it is doing image build and pushing image to remote...
Mentioned this in https://github.com/pivotal/kpack/issues/196#issuecomment-547232594 but creating separate issue to give better visibility since that other issue was for different problem. Issue is how can one supply a CA file fir...
This is more feedback rather than a bug, but it was suggested in chat I create an issue for this anyway so could be looked at, but there is no...
If ``CONTENT_URL_PREFIX`` is not being set, but ``WORKSHOPS_URL`` is, and ``content.url`` is not set in the workshop file, calculate what ``CONTENT_URL_PREFIX`` would be by using the directory of the URI...
This includes changes to adjust how URLs are generated when performing redirects so that the URLs generated are correct when the application is hosted at a URL. For URL generation,...
Using nsswrapper is no longer the recommended method. The preferred suggestion now is to make ``/etc/passwd`` and ``/etc/group`` writable and add entries from the ``ENTRYPOINT`` script. See section 'Support Arbitrary...
I do need to go back and verify this again, but recording it as issue so don't forget until I can. What I observed a while back is that JupyterHub...
When using ``dc.spec.template.spec.initContainers`` and you set the ``image`` field to an image stream name, it isn't automatically resolved to an image stream name in the project as occurs for ``dc.spec.template.spec.containers``....