Skip to content

Commit

Permalink
feat(release): update kubernetes version in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
smileisak committed May 26, 2023
1 parent 13bbb9e commit 93c979c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,21 +84,19 @@ the resources needed for Nauticus to function properly.
```bash title="Get Nauticus Controller logs"
kubectl logs -f <nauticus-controller-pod-name> -n nauticus-system
```
## Basic Usage
To use Nauticus to create a new space, you can use the following kubectl command:
```bash title="Create a basic Space"
```bash title="Create a basic Space"
cat << EOF | kubectl apply -f -
apiVersion: nauticus.io/v1alpha1
kind: Space
metadata:
name: my-space
EOF
```
```
The space will create a namespace and update the status of the `Space` by adding `status.NamespaceName` to it.
For more details on how to use space's features please refer to the Tutorial Section.

0 comments on commit 93c979c

Please sign in to comment.