mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-04 17:15:26 -05:00
Update debugd README to incorporate new image location
Signed-off-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
parent
1101b5f60f
commit
4ea00ac684
@ -105,7 +105,7 @@ With `cdbg` installed in your path:
|
|||||||
|
|
||||||
For GCP, run the following command to get a list of all constellation images, sorted by their creation date:
|
For GCP, run the following command to get a list of all constellation images, sorted by their creation date:
|
||||||
```
|
```
|
||||||
gcloud compute images list --filter="name~'constellation-.+'" --sort-by=~creationTimestamp
|
gcloud compute images list --filter="name~'constellation-.+'" --sort-by=~creationTimestamp --project constellation-images
|
||||||
```
|
```
|
||||||
Choose the newest debugd image with the naming scheme `constellation-coreos-debugd-<timestamp>`.
|
Choose the newest debugd image with the naming scheme `constellation-coreos-debugd-<timestamp>`.
|
||||||
|
|
||||||
@ -142,7 +142,7 @@ See this example on what the possible settings are and how to setup the constell
|
|||||||
},
|
},
|
||||||
"provider": {
|
"provider": {
|
||||||
"gcpconfig": {
|
"gcpconfig": {
|
||||||
"image": "constellation-coreos-debugd-TIMESTAMP",
|
"image": "projects/constellation-images/global/images/constellation-coreos-debugd-TIMESTAMP",
|
||||||
"firewallinput": {
|
"firewallinput": {
|
||||||
"Ingress": [
|
"Ingress": [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user