free5GC operator for Nephio.
The Nephio free5GC operator takes the Nephio community produced XXXDeployment (where XXX = AMF | SMF | UPF) custom resources, and deploys the corresponding free5GC AMF | SMF | UPF onto the cluster based on the CR's specifications.
Prior to running the free5GC operator, Multus needs to be installed on cluster with the macvlan CNI.
make install
For testing, you can run the operator locally against the cluster:
make run
Use your own Docker Hub registry:
make docker-build docker-push REGISTRY=myregistry
Then deploy to the cluster:
make deploy REGISTRY=myregistry
kubectl apply -f test/
Copyright 2023 The Nephio Authors.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.