# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# README
Network Operator
Quick start
- Run
make install
- Run
make run
(run the controller locally) ormake deploy
(run the controller as a deployment) - Apply CRs, there are some CRs' examples under examples
NOTE: If you execute make deploy
in a multi-node cluster environment, you need to upload the image to the image repository.
NOTE: In most cases you needn't to apply SwitchPort manually, Switch
controller will create it.
Supported backend
Device | Provider | Which backend it uses |
---|---|---|
Switch | AnsibleSwitch | ansible |
Notes
- Run
./tools/install_kubebuilder.sh
to install kubebuilder - Run
kubebuilder create api --group metal3.io --version v1alpha1 --kind <ResourceKind>
add API