Flux is a tool for keeping Kubernetes clusters in sync with sources of configuration (like Git repositories), and automating updates to configuration when there is new code to deploy.
Flux is a tool for keeping Kubernetes clusters in sync with sources of configuration (like Git repositories), and automating updates to configuration when there is new code to deploy.
To install flux, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install flux
To see what files were installed by flux, run:
port contents flux
To later upgrade flux, run:
sudo port selfupdate && sudo port upgrade flux
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.