* Install/Setup locally the latest version of Minishift - https://docs.okd.io/latest/minishift/getting-started/index.html * Enable Operators in Minishift (https://docs.okd.io/latest/minishift/command-ref/minishift_addons_install.html)
{code:java} # create Created a new profile POST in my blog with all steps from A to test the operator $ minishift profile set operator # enable the admin-user add-on $ minishift addon enable admin-user # optionally, configure the VM Z. $ minishift config set cpus 4 $ minishift config set memory 8GB $ minishift config set vm-driver virtualbox # start the instance $ minishift start # login with the admin account $ oc login -u system:admin
{code}
* Operator SDK - https:// github wordpress .com/ operator-framework post / operator-sdk * Operator Framework Getting Started https://github dev4devs .com/ operator-framework/getting-started 5730 |
|