Brad Baker

Results 16 issues of Brad Baker

Is it possible to color code the prompt based on the cluster? Having a visual cue to differentiate development, staging and production can be very effective in avoiding mistakes making...

I'm trying to call some custom functions inside of Invoke-Parrallel as such: ``` if ($xmlfile.configuration.DBAndFilesBackup.item("MSSQL").haschildnodes) { foreach ($backup in $xmlfile.configuration.DBAndFilesBackup.MSSQL.backup) { Invoke-Parallel -ImportVariables -Throttle 2 { # Create a unique...

enhancement
help wanted

We're trying to run unit tests with dotnet test --filter Category=Unit on linux (CentOS8) and we're getting a similar error: ``` Error Message: System.Exception : Could not find a diff...

This page https://clouddocs.f5.com/containers/latest/userguide/kubernetes/ Has a link at the bottom to: Examples Repository¶ View more examples on GitHub. When you click on the link it takes you here: https://github.com/F5Networks/k8s-bigip-ctlr/tree/master/docs/config_examples/ When you...

bug
untriaged

Getting this when trying to run a helm push. This WAS working so I'm uncertain why it suddenly stopped but now I can no longer push charts to my repo:...

Does dapr support the AMPQs (Secure AMPQ) protocol when using rabbitmq for pubsub? When we specify the following in our dapr pubsub config our setup works: ``` apiVersion: dapr.io/v1alpha1 kind:...

good first issue

Getting the following when trying to install the chart: ``` ERROR parsing the configuration file: '/etc/krakend/krakend.json': 1 error(s) decoding: * cannot parse 'port' as int: strconv.ParseInt: parsing "tcp://10.43.126.100:80": invalid syntax...

* Wavebox Version: Wavebox: 10.117.10.2 stable Install Method: installer Wire Config: 1.2.17 Chromium: 117.0.5938.62 OS: win32/undefined * Operating System & Version: * Windows 11 ### Bug/Feature description Wavebox slack tab...

Does Geyfra have the equivalent of Ambassador Telepresence's personal intercept? Where certain traffic can be forwarded to a destination developer's workstation based on something like an HTTP header passed from...

question ❓

I'm installing verdaccio using helm and I need to install some additional verdaccio plugins notably: `verdaccio-ldap verdaccio-memory verdaccio-auth-memory` I'm doing that with the extraInitContainers in values.yml: ``` extraInitContainers: - name:...

documentation
question