Patric Eckhart

Results 10 issues of Patric Eckhart

When I run a pod exec I get: ` string "kind" (4) => string "Status" (6) string "apiVersion" (10) => string "v1" (2) string "metadata" (8) => array(empty) string "status"...

Is there a way to restart a pod via API without deleting it?

I want to use the api version **networking.k8s.io/v1** for Ingress. Tried to extend the model and define the api version. But ends in an error: `{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"the API version in the...

is there a way to run kubectl rollout deployment/foobar ?

Can you help me? ` $client = $this->client(); $pvc = new PersistentVolumeClaim([ 'apiVersion' => 'v1', 'kind' => 'PersistentVolumeClaim', 'metadata' => [ 'name' => $identifier . '-pv-claim', 'labels' => [ 'app'...

This command don't work ``` $exec = $client->pods()->exec($pods[$i], [ 'command' => ['updateneos /dev/null &'], 'stdout' => true, 'stderr' => true, ]); ``` this works fine, but the command should be...

@mickaelperrin Thanks for your really great work! It works wonderfully on the Mac. On Windows, the files are synchronized from the container to the host, but the locally changed files...

Is cool but can't be used in a for loop? How can I solve this? ` items.push( ( {title} {cookieitem} )} />); `

Since updating to Neos 4 I get the following error, when I insert an email validator: Unsupported validation option (s) found: animation, delay, mt, mb, ml, mr. I use these...