-
Notifications
You must be signed in to change notification settings - Fork 11
Description
This seems like a cool project.
With regards to Wordpress example, I had some questions.
-
In the README for the wordpress example, I did not find where the Custom Resource (WordpressAPI) available in sample directory is being created/used.
-
The methods in wordpress_manager.py take input_data/spec as input parameter. Where is it being passed in? In Dockerfile's ENTRYPOINT I did not find any argument being passed into the python command.
-
Similarly, where is the action_type passed in to the python command?
-
The kubectl binary is being packaged within the Operator's container image. How/where is it being given the credentials to access the API server? Note that in typical Golang based implementation of Operators such in-cluster creds/config is available through client-go library.