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
The `URL` is the address provided by the OpenFunction Domain that can be accessed. To access the function via this URL address, you need to make sure that DNS can resolve this address.
75
+
The `Function.status.addresses` field provides various methods for accessing functions.
76
+
Get `Function` addresses by running following command:
77
+
```shell
78
+
kubectl get function function-sample -o=jsonpath='{.status.addresses}'
> To access the function via the Address of type `External` in `Funtion.status`, you should configure local domain first, see [Configure Local Domain](https://openfunction.dev/docs/concepts/networking/local-domain).
The `URL` is the address provided by the OpenFunction Domain that can be accessed. To access the function via this URL address, you need to make sure that DNS can resolve this address.
78
+
The `Function.status.addresses` field provides various methods for accessing functions.
79
+
Get `Function` addresses by running following command:
80
+
```shell
81
+
kubectl get function function-sample -o=jsonpath='{.status.addresses}'
> To access the function via the Address of type `External` in `Funtion.status`, you should configure local domain first, see [Configure Local Domain](https://openfunction.dev/docs/concepts/networking/local-domain).
The `URL` is the address provided by the OpenFunction Domain that can be accessed. To access the function via this URL address, you need to make sure that DNS can resolve this address.
140
+
The `Function.status.addresses` field provides various methods for accessing functions.
141
+
Get `Function` addresses by running following command:
142
+
```shell
143
+
kubectl get function function-front -o=jsonpath='{.status.addresses}'
> To access the function via the Address of type `External` in `Funtion.status`, you should configure local domain first, see [Configure Local Domain](https://openfunction.dev/docs/concepts/networking/local-domain).
0 commit comments