You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/operator-5g-core/how-to-configure-network-function.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,23 +20,29 @@ Note that many concurrent configuration user sessions are supported.
20
20
21
21
## Prerequisites
22
22
23
-
Before you can successfully SSH to your Azure Operator 5G Core, you must:
23
+
Before you SSH to your Azure Operator 5G Core, complete the following prerequisites:
24
24
25
-
1.Install `kubectl`. `kubectl` is the Kubernetes command-line tool that allows you to manage Kubernetes clusters.
25
+
1.You must be able to manage your Kubernetes cluster using the Kubernetes command-line client, `kubectl`. `kubectl` is already installed if you use Azure Cloud Shell. To install `kubectl` locally, use the `az aks install-cli` command.
26
26
27
-
1. Copy the kube.conf file from its source to the ~/.kube/config directory. You can copy the file using scp (secure copy) or any other secure method.
27
+
1. After installing `kubectl,` you need the kube.conf file to connect to your Kubernetes cluster. If you’re using Azure Cloud Shell, the kube.conf file is automatically configured for you.
28
+
29
+
If you’re running commands locally, follow these steps:
30
+
31
+
1. Ensure you have the kube.conf file from your Kubernetes cluster.
32
+
33
+
1. Use scp (secure copy) or any other secure method to transfer the file to your local machine. Place the kube.conf file in the ~/.kube/config directory.
28
34
29
35
## Connect to an Azure Operator 5G Core Preview network function using SSH
30
36
31
37
1. Obtain the IP address provided to the cfgmgr service's load balancer. Enter the following ```kubectl``` command or use the cfgmgr load balancer IP address specified during deployment:
32
38
33
39
`kubectl get svc -n fed-<nf_name>`\
34
-
where <nf_name> is the name of the network function (for example, smf).
40
+
where `<nf_name>` is the name of the network function (for example, smf).
35
41
36
42
1. Use the cfgmgr load balancer IP address to SSH into the network function and configure it:
37
43
38
44
`ssh admin@<nf_cfgmgr_svc_lb_ip>`\
39
-
where <nf_cfgmgr_svc_lb_ip> is the cfgmgr load balancer IP address for the network function.
45
+
where `<nf_cfgmgr_svc_lb_ip>` is the cfgmgr load balancer IP address for the network function.
40
46
41
47
1. Use the `config` command to enter config mode and configure the network function.
0 commit comments