The Wayback Machine - http://web.archive.org/web/20220101091120/https://github.com/topics/cloud-computing
Skip to content
#

cloud-computing

Here are 1,190 public repositories matching this topic...

RainbowMango
RainbowMango commented Dec 25, 2021

Task description:
The description of --cluster-namespace for join command is misleading as the namespace not used to store Cluster objects but the secrets.

# kubectl-karmada join --help 
...
Flags:
...
      --cluster-namespace string    Namespace in the control plane where member cluster are stored. (default "karmada-cluster")

Solution:
An alternative i

aleoli
aleoli commented Oct 18, 2021

Is your feature request related to a problem? Please describe.
The possibility to disable an incoming peering with liqoctl.

Describe the solution you'd like
A simple liqoctl subcommand to disable the incoming peering for this cluster, to stop the resource sharing and remove the pod scheduled by the remote cluster on the local one.

achimnol
achimnol commented Dec 22, 2021

Currently we only allow mounting vfolders under /home/work in containers.
There are many customer requests to allow using arbitrary in-container paths to mount vfolders.

Technically it is completely possible, but we need to ensure:

  • The user-specified container path must be absolute.
  • The container paths must not be a subdirectory of other container paths.

In UX, we need to notice t

Improve this page

Add a description, image, and links to the cloud-computing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cloud-computing topic, visit your repo's landing page and select "manage topics."

Learn more