Charlie
Charlie
After few attempts of debugging, I found the root cause. The problem is in file https://github.com/iDebugAll/nextbox-ui-plugin/blob/c5c893e9333c17c151fa30c926efdf6263cab596/nextbox_ui_plugin/static/nextbox_ui_plugin/next_app.js#L316 ``` showHideDevicesByTag = function(deviceTag, isVisible) { topologyData['nodes'].forEach(function(node){ if (node['tags'].length < 1) { return; };...
It takes a long time for API to boot up, why api uses emptyDir instead of PVC? so it can also fix the issue that K8s keeps restarting API pods....
Hey guys, Very good project for swagger 3.x, really appreciated your work. I'd like to create a server with v1 and v2 server url, so was trying to follow https://github.com/swaggest/rest/blob/master/_examples/mount/main.go...
--- Currently Hashicorp Vault as secret backend against private vault doesn't work and facing ssl CA trust issue. Example config: ``` [secrets] backend = airflow.providers.hashicorp.secrets.vault.VaultBackend backend_kwargs = {"connections_path": "airflow-connections", "variables_path":...