Di Xu

Results 247 comments of Di Xu

``` bash $ vengo list Pulling Go sources from Github... ✔ Installed go1.2.2 ✔ $ vengo mkenv -g go1.2.2 MyEnv Checking installed Go versions... Pulling Go sources from Github... ✔...

``` bash $ echo $VENGO_HOME /home/ubuntu/.VenGO ```

It is so weird that I can't find the folder `$VENGO_HOME/MyEnv`. However I can list the envs.

After manually delete `/home/ubuntu/.cache/VenGo`, reinstall Go 1.2.2 and the corresponding env. I can successfully activate the virtual env.

> Add a None value to ClusterSyncMode to prevent or pause updates and distribution of applications on a certain mcls, while preserving the existing applications on the mcls. > The...

> I have tried adding taints to the cluster, but it didn't work as well as I had hoped (I was expecting the apps on the tainted cluster to continue...

> I think I can set the syncMode of the selected child cluster mcls to Pull on the parent cluster, and set the startup parameter syncMode of the clusternet-agent on...

> Once syncPaused is added, it should be relatively convenient to handle in the parent cluster, as we can easily retrieve the syncPaused value from a certain mcls object to...

> On the clusternet-agent side, an informer is used to monitor changes in the mcls of the corresponding sub-cluster. If syncPaused in the event is false, then application synchronization is...