Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit-0505 committed Oct 28, 2024
1 parent 4cfefcf commit ae861fd
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Machine Sample deployement
# Machine with ephemeral resources

This example deploys a `Machine` with `ephemeral` `volume` and `networkinterface`.
The following artifacts will be deployed in your namespace:
Expand All @@ -15,7 +15,7 @@ The following artifacts will be deployed in your namespace:
1. Adapt the `namespace` in `kustomization.yaml`
2. Replace `your-user`, `your-pw-hash` and `your-ssh-key`s in the `ignition/ignition.yaml`
3. Run `ignition/regenerate-ignition.sh`
4. Create the below `patch-machine.yaml` in `machine-with-ephemeral-resource` folder with the desired `machineClassRef`, `machinePoolRef`, `volumeClassRef`, `volumePoolRef`, `image` etc. as per your environment
4. Create the below `patch-machine.yaml` in `machine-with-ephemeral-resources` folder with the desired `machineClassRef`, `machinePoolRef`, `volumeClassRef`, `volumePoolRef`, `image` etc. as per your environment

```
apiVersion: compute.ironcore.dev/v1alpha1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ namespace: test

resources:
- ../bases/ignition
- ../bases/ephemeral-machine
- ../bases/machine-with-ephemeral-resources
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `Machine` non ephemeral resources
# `Machine` with non ephemeral resources

This example deploys a `Machine` with `non-ephemeral` `volume` and `networkinterface`.
The following artifacts will be deployed in your namespace:
Expand All @@ -15,7 +15,7 @@ The following artifacts will be deployed in your namespace:
1. Adapt the `namespace` in `kustomization.yaml`
2. Replace `your-user`, `your-pw-hash` and `your-ssh-key` in the `ignition/ignition.yaml`
3. Run `ignition/regenerate-ignition.sh`
4. Create the below `patch-machine.yaml` in `machine-with-non-ephemeral-resource` folder with the desired `machineClassRef` and `machinePoolRef` as per your environment
4. Create the below `patch-machine.yaml` in `machine-with-non-ephemeral-resources` folder with the desired `machineClassRef` and `machinePoolRef` as per your environment

```
apiVersion: compute.ironcore.dev/v1alpha1
Expand All @@ -29,7 +29,7 @@ spec:
name: new-machinePool
```

5. Create the below`patch-volume.yaml`in `machine-with-non-ephemeral-resource` folder with the desired `volumeClassRef`and `volumePoolRef` as per your environment
5. Create the below`patch-volume.yaml`in `machine-with-non-ephemeral-resources` folder with the desired `volumeClassRef`and `volumePoolRef` as per your environment

```
apiVersion: storage.ironcore.dev/v1alpha1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ namespace: test

resources:
- ../bases/ignition
- ../bases/nonephemeral-machine
- ../bases/machine-with-nonephemeral-resources

0 comments on commit ae861fd

Please sign in to comment.