Graham Dumpleton

Results 765 comments of Graham Dumpleton

If this issue is going to be closed, then a new issue also needs to be created for the fact that execute permissions are not preserved when archives are unpacked....

The original example was unpacking a tar ball, but permissions of stuff inside of the tar ball were not preserved. The tar command usually always preserves permissions when unpacking so...

It is regarded as bad practice to run containers as ``root``. Can you not run it is as ``root``?

Also rather than replace existing ``Dockerfile``, create it as ``Dockerfile.alpine`` so people have a choice.

@sarthaksarthak9 I have no idea as I don't know how kubebuilder is configured to specify such a constraint.

Your mod_wsgi is compiled for Python 2.7 not 3.7. ``` Apache/2.4.54 (Unix) OpenSSL/1.1.1s mod_wsgi/4.9.4 Python/2.7 PHP/8.1.12 configured -- resuming normal operations ``` Try reinstalling mod_wsgi for correct Python version.

These changes have been merged into develop branch now. I did change the tests though to break them into separate tests and also avoid a test on Python 2.7 which...

As well as being able to use a local `.kube/config` file, it would also be useful if `kctrl dev` could use the in-cluster config available when run inside of a...

Simple workarounds for now. Drag divider to right. Or click on hamburger menu and select "Open Workshop" and look at it full screen.

See also https://github.com/openshift-homeroom/workshop-dashboard/issues/41