Graham Dumpleton
Graham Dumpleton
**Describe the problem/challenge you have** Want an easy way of being able to list all images used by an application deployment and what top most resource they were specified in,...
**Expected behavior (what you expected to happen)**: Hook script is configured to use snapshots and so gets complete copies of resources from the cluster. A resource, in this case a...
**Expected behavior (what you expected to happen)**: No crash. :-) **Actual behavior (what actually happened)**: Am still trying to narrow down the cause, but relates to using `KUBERNETES_PATCH_PATH` to have...
### Problem When stacking handlers: ``` @kopf.on.resume("xxx.test", "workshopenvironments") @kopf.on.create("xxx.test", "workshopenvironments") @kopf.on.update("xxx.test", "workshopenvironments") @kopf.on.timer("xxx.test", "workshopenvironments", interval=15.0) def workshopenvironment_reconcile( reason, name, uid, body, workshopsessions_index, patch, memo, logger, **_ ): ... ``` you...
### Long story short The short of it is that when authentication fails, possibly a transient issue (currently original trigger as to why is unknown), the kopf main event loop...
## Problem The return value from a handler when successful is allowed to be a dictionary consisting of status values. This dictionary of values will be added to the `status`...
**Describe the problem/challenge you have** I want to use `--data-value` to set a key where the key name includes a ".". Trying with various possible conventions used by other tools...
**Describe the problem/challenge you have** The usual use case for `ytt` is to generate a set of YAML documents. If working in the Kubernetes space this would often be fed...
**Describe the problem/challenge you have** If using file marks and you use a pattern if no files match then `ytt` errors when there is really no need for it to...
**Describe the problem/challenge you have** When you use ``--output-files``, files are always generated with user permissions of `rwx------` and the original user permissions are not used. Further, output files have...