The installation process is cumbersome and requires the installation of several dependencies that are only used to deploy the operator. Since there are really no configuration options, it seems like it would be simple to generate a single manifest for deployment, which could be used directly from GitHub as akubectl apply -f <manifest url> and would make installation and adoption much simpler.
The installation process is cumbersome and requires the installation of several dependencies that are only used to deploy the operator. Since there are really no configuration options, it seems like it would be simple to generate a single manifest for deployment, which could be used directly from GitHub as a
kubectl apply -f <manifest url>and would make installation and adoption much simpler.