Skip to content

Commit 20ed233

Browse files
committed
Delete HTTP troubleshooting
1 parent 55c7d07 commit 20ed233

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

docs/tutorial/deploy.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -24,27 +24,6 @@ juju status
2424
Wait 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-
4827
Apache Kafka uses the KRaft consensus protocol for coordinating broker information,
4928
topic + partition metadata and Access Control Lists (ACLs), ran as a quorum of
5029
controller nodes using the Raft consensus algorithm. KRaft replaces the dependency on

0 commit comments

Comments
 (0)