mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-12 07:59:29 -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:
|
||||
```
|
||||
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>`.
|
||||
|
||||
@ -142,7 +142,7 @@ See this example on what the possible settings are and how to setup the constell
|
||||
},
|
||||
"provider": {
|
||||
"gcpconfig": {
|
||||
"image": "constellation-coreos-debugd-TIMESTAMP",
|
||||
"image": "projects/constellation-images/global/images/constellation-coreos-debugd-TIMESTAMP",
|
||||
"firewallinput": {
|
||||
"Ingress": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user