naiming-zededa
naiming-zededa
- a zedbox service for edge-node kubevirt - currently handles pod's functions - container direct-connected ethernet - remote console assess with VNC for VMI - App log from the pods...
fyneApp.Settings().SetTheme(theme.DarkTheme()) myApp.App = fyneApp myApp.CurrentShemeDark = true This code seems to work only if the system setting is in 'dark' mode.
What this PR does / why we need it: We have EVE open-source project, https://github.com/lf-edge/eve, needs to run kubernetes(k3s for example) inside a container. Kubevirt is part of that setup....
- for cluster multi-node mode, some of the initial pillar side types related files, additional changes will be added in later PRs
- create the cluster-utils.sh in pkg/kube for a number of functions - get EdgeNodeClusterStatus from 'zedkube' for cluster status, cluster nodeip, cluster prefix, etc - a background process to monitor...
# Description Fix an issue seen recently the K3S was not terminated during transition ## How to test and validate this PR - need to compile with 'kubevirt' tag, and...
- Allow zedkube to periodically checking on cluster service, ingress - exclude certain namespaces, and services, allow dynamically learning on cluster services ports, and ingress - publish to the KubeUserServices...
- have the kube-vip service in servcie-account, config-map, daemonset yaml files - this is to support the optional on-site cluster load-balancer service - for the moment, we don't have the...
# Description - seen the error during decryption from token, 'Edge Node Certificate get fail', and most likely due to the initial wait for EdgeNodeCerts is not enough. Like the...