-
See discussion here: https://github.com/kubernetes/test-infra/pull/4538#pullrequestreview-66093979
Prow and Mungegithub both have a number of rules that depend on `get-cluster-credentials`, we can …
-
I did a `kubeapps up` , then a `kubeapps down` everything seemed to have been deleted.
then did a `kubeapps up` again, everything re-started, but the kubeless UI got in a bad state and could not read…
-
I am wondering how the actual procedure would be to go from a simple `hello world` example to actually deploying it on a mlcube-enabled k8s cluster.
Your example seems to include a Docker container…
-
I'm having issue with installing package influxdb:
`$. brew install influxdb`
> Warning: You are using OS X 10.12.
> We do not provide support for this pre-release version.
> You may encounter build…
-
With below jsonnet for a simple clusterrole:
```
$ cat kubecfg-clusterrole-foo.jsonnet
local k = import "ksonnet.beta.1/k.libsonnet";
local objectMeta = k.core.v1.objectMeta;
local controller_r…
-
I've encountered the same issue reported in https://github.com/kubernetes/kubernetes/issues/39819.
## Repro steps
I've checked out a Cgo project, apcera/gssapi@5fb4217df13b8e6878046fe1e5c10e560e…
-
It is difficult to set up the Linux environment to build new features and run the integration test in a OS X environment.
We should provide the documentation and tools needed to build and test kube…
-
I don't know what happened, cannot find JAVA_HOME: http://ci.bazel.io/blue/rest/organizations/jenkins/pipelines/Global/bazel-tests/runs/112/nodes/16/log/?start=0
-
Consider the following indentations auto generated by jsonnet fmt
```
{
collCorrect1: [{
name: "Good",
}],
collCorrect2: [{
name: "Bad",
}, someOther(),
…
-
Currently, it seems that bazelbuild/rules_jsonnet is not being tested with Jenkins.