Gerald Nunn

Results 43 comments of Gerald Nunn

I'm probably the one guilty of: ``` myList: - name: myObject ``` As I like that style but I can change, really I can! Seriously I think having an enforced...

Is this still needed now that Nooba can be installed standalone with Ceph via ODF to provide object storage?

Note I'm comparing change-colors.sh from master to the Materia theme from the Arch repos, this may be just a bug in master rather then a difference between the two. I'll...

Thanks for the reply, I do find the difference in colors between buttons and other controls (entry, combobox, etc) to be distracting and much prefer the old look. For example,...

I believe that changing the hostname means you will not be able to use the AWS cloud provider, I went through a similar exercise myself with a different set of...

Thanks, BTW just noticed the same issue with `users` and `identity`, i.e. ``` $ oc get users error: the server doesn't have a resource type "User" ``` ``` $ oc...

BTWm I've tried running ```dub upgrade``` and it doesn't seem to upgrade any of the mentioned packages. I'm running the following versions: ``` dmd --version DMD64 D Compiler v2.072.1 Copyright...

Bullding ddox from github and using that seems to fix the issue, maybe the dub ddox package needs to be updated?

You can view the OpenShift documentation which notes the removal of the vibeta1 APIs as being driven by kubernetes 1.22 here: https://docs.openshift.com/container-platform/4.9/release_notes/ocp-4-9-release-notes.html#ocp-4-9-removed-kube-1-22-apis It links to the kubernetes docs which notes...

Thanks, that help chart does work fine though I did need to add the `anyuid` and `privilege` SCCs (OpenShift's version of PSP) to the controller and plugin service accounts. After...