Graham Dumpleton
Graham Dumpleton
#### What is the new topic you would like to added to the OpenShift cookbook? What is the structure required for a Python application? #### If this is to help...
#### What is the new topic you would like to added to the OpenShift cookbook? How to use re-encrypt with route for secure connections. Work it out from support in...
#### What is the new topic you would like to added to the OpenShift cookbook? How can I create a service description that maps to an external application? Show how...
#### What is the new topic you would like to added to the OpenShift cookbook? How can I have a deployment wait on other applications? Should cover topics such as...
According to: - https://docs.openshift.com/container-platform/3.3/dev_guide/new_app.html#advanced-multiple-components-and-grouping `oc new-app` can be passed multiple applications to deploy as separate deployments. There is one caveat on that though as explained in the note in that...
Should be able to use ``oc set resources`` on buildconfigs. ``` $ oc set resources bc/blog --limits memory=786Mi error: buildconfigs/blog the object is not a pod or does not have...
### Problem Using: ``` @kopf.on.delete("example.com", "v1alpha1", "example", optional=True) def example_delete(**_): pass ``` with expectation that a finalizer will not be added for kopf operator to resource. At the same time...
**Describe the problem/challenge you have** I need to use vendir to download files from a web server but the web server uses self signed certificates. This will fail as vendir...
**What steps did you take:** I read the docs and used the example from the page: * https://carvel.dev/vendir/docs/v0.34.x/vendir-spec/ where example is: ``` # specify wether to skip TLS verification; defaults...
**Describe the bug** The HTTP specification (https://www.rfc-editor.org/rfc/rfc7230#section-3.2) says: > Each header field consists of a case-insensitive field name followed by a colon (":"), optional leading whitespace, the field value, and...