File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -24,27 +24,6 @@ juju status
2424Wait for the ` blocked ` status with the message
2525` application needs to be related with a KRaft controller ` .
2626
27- ```` {warning}
28- If you encounter the following error message:
29-
30- ```text
31- cannot get available image metadata: failed getting published images metadata from default ubuntu cloud images: cannot read index data, attempt count exceeded: cannot access URL "http://cloud-images.ubuntu.com/releases/streams/v1/index.sjson"`
32- ```
33-
34- Force Juju to use HTTPS (and stop using the default HTTP sources):
35-
36- ```shell
37- juju model-config \
38- container-image-metadata-defaults-disabled=true \
39- container-image-metadata-url=https://cloud-images.ubuntu.com/releases/ \
40- image-metadata-defaults-disabled=true \
41- image-metadata-url=https://cloud-images.ubuntu.com/releases/
42-
43- juju retry-provisioning --all
44- ```
45-
46- ````
47-
4827Apache Kafka uses the KRaft consensus protocol for coordinating broker information,
4928topic + partition metadata and Access Control Lists (ACLs), ran as a quorum of
5029controller nodes using the Raft consensus algorithm. KRaft replaces the dependency on
You can’t perform that action at this time.
0 commit comments