Use a single install.yaml to install Agon #17
Labels
area/user-experience
Pertaining to developers trying to use Agones, e.g. SDK, installation, etc
kind/design
Proposal discussing new features / fixes and how they should be implemented
kind/feature
New features for Agones
Milestone
Simplify the install process by having a install.yaml in the root of the directory that installs both the CustomResourceDefinition and the Controller.
This makes installation and uninstall really simple through
kubectl apply -f
andkubectl delete -f
Also make some documentation about installation please.
The text was updated successfully, but these errors were encountered: