Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to select weave from drop down in UI #12909

Closed
vainkop opened this issue Apr 20, 2018 · 8 comments
Closed

Add ability to select weave from drop down in UI #12909

vainkop opened this issue Apr 20, 2018 · 8 comments
Assignees
Labels
area/cluster area/networking internal kind/enhancement Issues that improve or augment existing functionality priority/0
Milestone

Comments

@vainkop
Copy link

vainkop commented Apr 20, 2018

Rancher/server: 2.0
AWS

Is there any way to use Weave cni with it's network policies in Rancher 2.0 + K8s 1.10?

Thanks!

@Nicolab
Copy link

Nicolab commented Jun 12, 2018

Hello,

rke support Weave https://github.com/rancher/rke#network-plugins since this PR rancher/rke#81
Do you have any news about when it will be integrated in Rancher 2?

Thanks!

@deniseschannon
Copy link

Currently, weave is already supported in RKE. We should add UI support to display the weave options in the drop down.

For those looking to use weave, you can edit the yaml of a RKE cluster and input your own network plug-in.

@deniseschannon deniseschannon changed the title Support for weave cni + network policies in Rancher 2.0? Add ability to select weave from drop down in UI Nov 1, 2018
@Oats87
Copy link
Contributor

Oats87 commented Nov 26, 2018

The Weave UI also needs to support the ability to enable encryption through a PR like rancher/rke#781 in order for this issue to be complete

@alena1108
Copy link

@Oats87: spoke with @vincent99 about the flow. The plan is for the UI to generate the password by default whenever Weave provider is picked from the drop down, and if user wants a custom password, he'd have to modify it in the cluster.yml. The requirements for password generation is yet to be determined, will update the ticket once figured.

@tfiduccia
Copy link

Version - 2.2 master 1/2
Verified UI is posting field and API is returning. Sending to Sangeetha to verify backend is functioning properly.

@tfiduccia tfiduccia assigned sangeethah and unassigned tfiduccia Jan 3, 2019
@phlegx
Copy link

phlegx commented Jan 7, 2019

@tfiduccia Weave allows traffic encryption. How will this be solved in Rancher/Rancher Web Interface?

According to the Weave documentation we need to set --password option or WEAVE_PASSWORD https://www.weave.works/docs/net/latest/tasks/manage/security-untrusted-networks/

@vincent99
Copy link
Contributor

As we said above, it is set to a random password because there's no reason for most people to customize it.

@sangeethah
Copy link
Contributor

When network mode is set to cluster , use cases relating to portmapping, ingress, Service Discovery work as expected.
There is 1 issue with hostPort not working as expected, which is tracked in #17336

@cjellick cjellick added kind/enhancement Issues that improve or augment existing functionality and removed kind/feature Issues that represent larger new pieces of functionality, not enhancements to existing functionality labels Mar 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster area/networking internal kind/enhancement Issues that improve or augment existing functionality priority/0
Projects
None yet
Development

No branches or pull requests