Michael Andrews
Michael Andrews
## Describe the question We set up the kube config with kubelogin in standalone mode, and then explicitly call `kubelogin` to set oidc credentials. We do this because we run...
Right now if you expose the Dashboard via an Ingress Controller and Ingress rule, and want to run the Dashboard on a subpath like `/dashboard`, statics can't load. This is...
unresolved dependencies: org.netbeans.nbsbt:nbsbt-plugin:1.0.2 (sbtVersion=0.12, scalaVersion=2.9.2)
Hi. I compiled and installed locally the NBSBT plugin for SBT 0.12. That all went fine. I have the following SBT project: ``` [info] This is sbt 0.12.4 [info] No...
Should probably be able to see "Web Pages" in my project view, as I do with a Maven project.
This seems odd. ``` ~/development/personal/src/valid-sbt-project ``` will not be recognized as an SBT project by NB because the valid-sbt-project sits in a parent folder called "src". I know this was...
Hi. Just started using this plugin. Some observations re: CoS. - For Java projects using Ant - NB CoS works - For Java projects using Maven - NB CoS works....
Title says it all. Seems that when we sync after we import - the `kubectl_manifest` resource is destroyed and then recreated.
Opening a read-only file (which I suspect set the buftype to nowrite) prevents buffer navigation. Also, the MBEbp and MBEbn commands do not work.
**Is your feature request related to a problem? Please describe.** We are running the webhook on the host network - and our scanning tools are picking up that the cert...
I like the idea of `BINARY VERB NOUN` ....aka.... `BINARY COMMAND ARG [FLAGS]`...But in my case `ARGs` have discrete flags. So I have opted for `BINARY COMMAND SUBCOMMAND [FLAGS]` which...