Hide Forgot
Description I noticed that ignition files generated from openshift-install-linux-4.8.0-0.nightly-2021-04-13-171608 now shows"version":"3.2.0": $ echo $MASTER_IGNITION {"ignition":{"config":{"merge":[{"source":"https://api-int.tzegcp041421b.qe.gcp.devcluster.openshift.com:22623/config/master"}]},"security":{"tls":{"certificateAuthorities":[{"source":"data:text/plain;charset=utf-8;base64,LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0t.........UZJQ0FURS0tLS0tCg=="}]}},"version":"3.2.0"}} Our user doc 04_bootstrap.py still shows 'metadata': { 'items': [{ 'key': 'user-data', 'value': '{"ignition":{"config":{"replace":{"source":"' + context.properties['bootstrap_ign'] + '"}},"version":"3.1.0"}}', }] }, Better have the two matching each other.
We'll look at this next sprint.
Reviewed, still low priority.
https://github.com/openshift/installer/blob/master/upi/gcp/04_bootstrap.py shows 'metadata': { 'items': [{ 'key': 'user-data', 'value': '{"ignition":{"config":{"replace":{"source":"' + context.properties['bootstrap_ign'] + '"}},"version":"3.2.0"}}', }] },
This is for 4.10. Github page is updated to 4.10: https://github.com/openshift/installer/blob/master/upi/gcp/04_bootstrap.py#L25 No 4.10 user doc to verify at this point. Closing.
Will not be back ported to 4.8 / 4.9.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.10.3 security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:0056