Huang Haiqing

Results 11 comments of Huang Haiqing

![Screenshot 2024-07-17 144453](https://github.com/user-attachments/assets/645f78db-270d-436b-8d4e-4ac00c03d4fe) ![Screenshot 2024-07-17 144625](https://github.com/user-attachments/assets/b6880510-1a87-4bdd-8f99-86b63a49778a)

On Jul 23, 2024, at 1:01 AM, Casey Davenport ***@***.***> wrote: Hello, here I'm using official Calico images. And based on official KB: https://docs.tigera.io/calico/latest/operations/image-options/alternate-registry , I need to modify yaml:...

Hello, below is the output. CMD session shows null. I'm not sure the download calico package for private registry is complete or not. Because based on official KB, it requires....

I didn't include " --pod-infra-container-image" in my kubectl realetd service and I also didn't include it manually. Is there a way to provide an complete calico download tar-ball, which can...

Hello, I compared the release-v3.28.0.tar with my current downloaded one. It’s same size. And I use "docker import calico-typha.tar calico/typha:v3.28.0” to import it and other tar.ball as docker images and...

Very thanks for your remind. Here I use docker load to push imanges to local from downlaod folder release-v3.28.0/images. And I also create tag and push to my local private...

[output.log](https://github.com/user-attachments/files/16448459/output.log) [yaml.zip](https://github.com/user-attachments/files/16448473/yaml.zip) Here I submit related attachments here for your reference. I use docker load to push imanges to local from downlaod folder release-v3.28.0/images. And I also create tag and...

Hello, I have updated in github's comment. You can check there. ________________________________ From: Casey Davenport ***@***.***> Sent: Wednesday, July 31, 2024 5:01 AM To: projectcalico/calico ***@***.***> Cc: Huang Haiqing ***@***.***>;...

``` [root@k8sma ~]# docker inspect localhost:5000/calico/typha:v3.28.0 [ { "Id": "sha256:a9372c0f51b54c589e5a16013ed3049b2a052dd6903d72603849fab2c4216fbc", "RepoTags": [ "calico/typha:v3.28.0", "localhost:5000/calico/typha:v3.28.0" ], "RepoDigests": [ "localhost:5000/calico/typha@sha256:dc37e0ef67d141bea4bccee6f6488007b5ce7f560768a654246fa65ccf157b63" ], "Parent": "", "Comment": "buildkit.dockerfile.v0", "Created": "2024-05-11T00:15:52.055728329Z", "DockerVersion": "", "Author": "", "Config":...

Hello, not clear about your detail intention. I modifed tigera-operator.yaml and custom-resources.yaml. based on KB: https://docs.tigera.io/calico/latest/operations/image-options/alternate-registry. Then try create and failed to setup calico pods inside k8s cluster. Do you...