-
This snippet is a stripped down version of the old tutorial, with examples removed. Would probably be good to develop some more complex examples (to demonstrate the value proposition better). (This co…
-
I've deployed the F5 controller with no issues and it's running.
I have a dedicated partition (kubernetes), my deployment yaml is below:
```
apiVersion: extensions/v1beta1
kind: Deployment
me…
-
After deploying the k8s-bigip-ctlr, I got the below error:
Is this due to an incompatible bigip version?
BigIP Version: BIG-IP **11.6.0 Build 8.0.482 Hotfix HF8**
2017/07/18 17:27:22 [INFO] Co…
-
Hi.
I think i have a problem with workflow and RBAC on kubernetes 1.6.6. When I try to apply an autoscale on an app I got
```
Applying autoscale settings for process type web on lala... Error: U…
-
When I build an up with buildpack it works, but when I want to build container I cannot upload it to the registry
```
kubectl version
Client Version: version.Info{Major:"1", Minor:"3", GitVersion:"v…
-
Just deployed deis 2.13.0 on bare metal k8s 1.6. All pods are running and I'm exposing the router via NodePort and a manual 'ExternalIP' as loadbalancer is not an option on bare-metal. Routing seems t…
-
Eclipse Che version 5.1.2.
I want to set the default "parent directory" of a project/template/example (I'm a bit confused by the naming). I thought the `path` property of a project specified the d…
-
The controller failed to connect to the K8s API during a deploy (a `ECONNRESET` when checking whether the namespace exists as far as I can tell). Note that the app was already running, the problem occ…
-
Hello!
An exception is being thrown during a POST to /v2/apps/. The stacktrace is at the end of this issue. I've tried to reproduce the issue locally using the ca.crt file found at '/var/run/secret…
-
Hi,
I'm trying to do the following
```
local addMetadata(key, value) =
{metadata+: {[key]: value};
{} + addMetadata("app", "name")
```
It fails because super doesn't have the 'metadata' f…
ant31 updated
7 years ago