Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add flannel 0.25.7 charts #38

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

muraliinformal
Copy link

@muraliinformal muraliinformal commented Oct 30, 2024

Add flannel-0.25.7

Test

# k get po -A
NAMESPACE                           NAME                                                     READY   STATUS             RESTARTS        AGE
.....
....
kube-flannel                        kube-flannel-ds-7nkhh                                    1/1     Running            1 (3m55s ago)   4m31
kube-system                         coredns-688b98b465-6crd8                                 1/1     Running            0               4m29s
kube-system                         coredns-688b98b465-bwhq9                                 1/1     Running            0               4m29s
kube-system                         etcd-ocne-ephemeral-control-plane-1                      1/1     Running            0               4m28s
kube-system                         kube-apiserver-ocne-ephemeral-control-plane-1            1/1     Running            0               4m28s
kube-system                         kube-controller-manager-ocne-ephemeral-control-plane-1   1/1     Running            0               4m28s
kube-system                         kube-proxy-k7q96                                         1/1     Running            0               4m29s
kube-system                         kube-scheduler-ocne-ephemeral-control-plane-1            1/1     Running            0               4m28s

# k  describe po -A|grep Image:                   
  .....
  .....
    Image:         container-registry.oracle.com/olcne/flannel:v0.25.7
    Image:         container-registry.oracle.com/olcne/flannel:v0.25.7
    Image:         container-registry.oracle.com/olcne/coredns:v1.11.3
    Image:         container-registry.oracle.com/olcne/coredns:v1.11.3
    Image:         container-registry.oracle.com/olcne/etcd:3.5.15
    Image:         container-registry.oracle.com/olcne/kube-apiserver:v1.31.1
    Image:         container-registry.oracle.com/olcne/kube-controller-manager:v1.31.1
    Image:         container-registry.oracle.com/olcne/kube-proxy:v1.31.1
    Image:         container-registry.oracle.com/olcne/kube-scheduler:v1.31.1

@muraliinformal muraliinformal linked an issue Oct 30, 2024 that may be closed by this pull request
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 30, 2024
flannel:
# kube-flannel image
image:
repository: container-registry.oracle.com/olcne/flannel
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should just be olcne/flannel

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it something new behaviour added recently ? I just made it similar to flannel-0.22.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add flannel-0.25.7 to the catalog
2 participants