holmesb

Results 17 issues of holmesb

Hi, Since upgrading to the latest Jenkins LTS (v2.289.1), the spinning animation for running builds is broken: ![image](https://user-images.githubusercontent.com/5072156/123641375-1c458700-d81a-11eb-9de9-40d5ad56bf04.png) ![image](https://user-images.githubusercontent.com/5072156/123641402-223b6800-d81a-11eb-98e2-93aacd8e5de2.png) There is a second pair of circular arrows that is detatched...

### Community Guidelines - [X] I have read and agree to the [HashiCorp Community Guidelines ](https://www.hashicorp.com/community-guidelines). - [X] Vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original...

enhancement
acknowledged
area/vm

Hi, I’m trying to create an “Available” table column showing eg “2 of 4” using prometheus & boomtable, where 2 is the number of running pods and 4 is the...

help wanted

### Cookbook version v2.15.6 ### Chef-client version v13.1.31 ### Platform Details Ubuntu ### Scenario: Create docker_volume with options ### Steps to Reproduce: ``` docker_volume 'testnfs' do driver 'nfs' opts 'share=nfs-server:/export/data'...

Hi, Be good to add some coverage for device [interfaces](https://docs.netbox.dev/en/stable/core-functionality/devices/#interfaces). Will allow declaratively capturing switch\router ports. These are distinct from vm interfaces, which we already have a `netbox_interface` resource for....

enhancement

In Pengwin issue [#402](https://github.com/WhitewaterFoundry/Pengwin/issues/402), @crramirez kindly provided the [ConEmu task config](https://github.com/crramirez/WLinux/blob/bb7bb481c34555d9e91916fed5787bf72b92b0a6/ConEmuPengwin.xml) for Pengwin. Please can the same be provided for Pengwin Enterprise.

Hi, When you try to deploy Gangway with a certificate specified in `.trustedCA.content`, it errors: `data[tls.key]: Required value` This is because the secret is type: `kubernetes.io/tls` which [requires ](https://kubernetes.io/docs/concepts/configuration/secret/#tls-secrets)a tls.key,...

I'm on kubectl client version v1.12.0 and can't get this to work. I added the following to my path: ~/.kube/plugins ~/.kube/plugins/exec-user But get: ``` user@host~/$ kubectl plugin list error: unable...

Hi, Any reason you decided to use a Deployment rather than a DaemonSet? DS would be more reliable IMO. For example, in a two-node cluster, if node A goes down,...