Matti Paksula

Results 128 issues of Matti Paksula

https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/

If I have already created an platform named testing, removed it and then re-created it again, then: ``` $ kontena cloud platform use org/testing Using platform: org/testing ``` says ok,...

bug
cli

[would have opened this in kontena-stacks repo, but this stack is not there] as this stack is used in the tutorial flow, it should be there as let's encrypt testing...

### Is your feature request related to a problem? Please describe. When automating k0s install on machine that has private interface and public address like ec2, one has to come...

enhancement

Would be awesome to run k0s master(s) as fully stateless - the cluster CA needs to be stored in database like kine does, something like ``` spec: storage: type: ca...

enhancement
area/controlplane
area/configuration
backlog/candidate

``` ERRO[0460] copy error,read tcp 192.168.139.216:58185->142.250.74.98:443: use of closed network connection ERRO[0460] copy error,read tcp 192.168.139.216:58173->172.217.21.162:443: use of closed network connection ERRO[0460] copy error,read tcp 192.168.139.216:58234->213.19.162.61:443: use of closed network...

localhost/:1 Uncaught (in promise) LinkError: WebAssembly.instantiate(): Import #5 module="go" function="runtime.walltime" error: function import requires a callable

currently if you try to do what all the best programmers do - use repl and try things out until it works and then you copy/paste the code - you...

>In this exercise create a Dockerfile and use FROM and CMD to create a brand new image that automatically runs the server. Tag the new image as “web-server” so it's...

>The third result, tutum/hello-world, is marked as “automated”. This means that the image is automatically built from the source repository. Its Docker Hub page shows its previous “Builds” and a...