tekicat
tekicat
This may help with head start ``` FROM ubuntu:18.04 RUN apt update && \ apt install -y git curl && \ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash && \ . ~/.bashrc...
@jaruba With the below docker file ``` FROM node:8-alpine3.10 RUN apk add git && \ npm install -g bower && \ addgroup -S powderweb && adduser -S powderweb -G powderweb...
@sxd @armru Thanks for the feedback. I understand the status update to `Cluster` Resource is not possible, but operator logging properly will atleast give the user relevant information of cluster...