Mention not all Rancher CRDs are implemented yet

This commit is contained in:
Billy Tat
2023-12-21 13:57:16 -08:00
parent 572dd40067
commit e9b11a151e
2 changed files with 16 additions and 4 deletions
+6
View File
@@ -2,6 +2,12 @@
title: API Reference title: API Reference
--- ---
:::note
At this time, not all Rancher resources have been made available through the Rancher Kubernetes API.
:::
import ApiDocMdx from '@theme/ApiDocMdx'; import ApiDocMdx from '@theme/ApiDocMdx';
<ApiDocMdx id="rancher-api" /> <ApiDocMdx id="rancher-api" />
+7 -1
View File
@@ -46,7 +46,13 @@ For more information on available kubeconfig options, see the [upstream document
## API kubectl Example ## API kubectl Example
In this example, we'll show how to use kubectl to create a project, followed by deleting it. In this example, we'll show how to use kubectl to create a project, followed by deleting it. For a list of other Rancher resources available, refer to the [API Reference](./api-reference.mdx) page.
:::note
At this time, not all Rancher resources have been made available through the Rancher Kubernetes API.
:::
1. Set your KUBECONFIG environment variable to the kubeconfig file you just created: 1. Set your KUBECONFIG environment variable to the kubeconfig file you just created: