skupper
skupper copied to clipboard
Skupper is an implementation of a Virtual Application Network, enabling rich hybrid cloud communication.
Before 1.5.0, when a service was created via service sync but later it was no longer allowed by skupper policies, `skupper service status` was showing it as `not authorized`, and...
With skupper 1.4.3, when the link is created between the edge site and the internal site, the service appears on the internal site but disappears after a while (a few...
``` $ kubectl get pods --show-labels NAME READY STATUS RESTARTS AGE LABELS frontend-f7db4577c-8csfr 1/1 Running 0 3h46m app=frontend,pod-template-hash=f7db4577c $ skupper expose pods pod-template-hash=f7db4577c --address front-label Error: Unable to create skupper...
Skupper 1.5.0 running on a raspberry PI 4 keep restarting with following logs ``` 2023-11-13 16:54:38.811339 +0000 SERVER (error) [C2884] Connection from ::1:53398 (to localhost:5672) failed: amqp:connection:framing-error connection aborted 2023-11-13...
### Description We have identified an issue where Skupper link secrets remain in the namespace even after the associated links have been disconnected or are no longer configured. This can...
Try to resolve #1154 adding site UID to the token secret name.
There seems to be a command to set the default platform: `skupper switch -h` but it does not show in the main help page (`skupper -h`)
Skupper 1.4.2 I executed the following command: `skupper init --enable-console --enable-flow-collector --console-auth openshift` Following this command, Openshift presented me with an error message in the controller, specifically the "createContainerConfigError." However,...
When using skupper with an nginx ingress, in the router log the connections from edge sites are not distinguishable, all that can be seen is a message like: ``` Accepted...
CLI is currently showing that a given operation is not authorized by policies, when in fact the real problem is that the current user is unable to list / get...