JonathanG
JonathanG
Hi, please refer to this code in the setup Dockerfile: `RUN echo "mysql ALL = NOPASSWD: /usr/sbin/service mysql start" | cat >> /etc/sudoers` What's the reason to setting no permissions...
Having a docker image that runs this plugin, can I use this plugin to deploy K8 resources inside the same cluster? So basically no need to look for a remote...
### Expected behavior running `skaffold dev` should live tail logs after running for a while ### Actual behavior After multiple image rebuilds and changes to source code, I don't get...
I always want the `topCrop` width and height to be a perfect square? ` smartcrop.crop(image, {width: 100, height: 100}).then(function(result){ console.log(result); }); ` I understand that the output width/height may not...