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

ERROR - ztpfw-ui #851

Closed
schmti opened this issue Jul 31, 2023 · 2 comments
Closed

ERROR - ztpfw-ui #851

schmti opened this issue Jul 31, 2023 · 2 comments

Comments

@schmti
Copy link
Contributor

schmti commented Jul 31, 2023

During the network migration, the new addresses could not be set in the GUI.
GUI --> "Resource update failed - Can not update ingress-public-ip AddressPool in the metallb namespace"
-->The chrome debug console gave output: 'resource not found'

After investigations, there is a drift between the APIVersions:
Frontend Constants
apiVersion: 'metallb.io/v1alpha1',
kind: 'AddressPool',

But in metallb other APIVersions are used:
MetalLB deployment
apiVersion: metallb.io/v1beta1
kind: IPAddressPool

So our deliveries will not work with the GUI. Only with kubeadmin and manual patches.

@jhernand
Copy link
Collaborator

jhernand commented Aug 2, 2023

This is a known issue, should be at least partially addressed by #827. But work on the UI stopped quite some time ago and we have currently no plans to resume it.

Copy link

github-actions bot commented Nov 1, 2023

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants