We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Although container selectbox has been changed, container selectbox is set to first value.
Dashboard version: cffd34a ( I used gulp serve:product) Kubernetes version: v1.1.2 Operating system: Ubuntu 14.0.4 Node.js version: v5.2.0 Go version: 1.5.2 Browser: IE, chrome, firefox
Create app which has mulit container in pod ex) upload from file which content the following
apiVersion: v1 kind: ReplicationController metadata: name: multiccontainer spec: replicas: 1 template: metadata: labels: app: multiccontainer spec: containers: - name: nginx image: nginx resources: requests: cpu: 100m memory: 100Mi - name: jenkins image: jenkins resources: requests: cpu: 100m memory: 100Mi - name: gb-redisslave image: gcr.io/google_samples/gb-redisslave:v1 resources: requests: cpu: 100m memory: 100Mi
Open log page of the pod
Change Conatiner to "jenkins"
Container selectbox is reset to the first container "nginx" after the "jenkins" log is shown.
Container selectbox is set to "jenkins" when "jenkins" log is shown.
The text was updated successfully, but these errors were encountered:
I'll take this.
Sorry, something went wrong.
Merge pull request kubernetes#457 from anvithks/hwfsFix
aa0d6e6
Fixed issues with Huawei FS create form. Fixes kubernetes#453 and kubernetes#454
No branches or pull requests
Issue details
Although container selectbox has been changed, container selectbox is set to first value.
Environment
Dashboard version: cffd34a ( I used gulp serve:product)
Kubernetes version: v1.1.2
Operating system: Ubuntu 14.0.4
Node.js version: v5.2.0
Go version: 1.5.2
Browser: IE, chrome, firefox
Steps to reproduce
Create app which has mulit container in pod
ex) upload from file which content the following
Open log page of the pod
Change Conatiner to "jenkins"
Observed result
Container selectbox is reset to the first container "nginx" after the "jenkins" log is shown.
Expected result
Container selectbox is set to "jenkins" when "jenkins" log is shown.
The text was updated successfully, but these errors were encountered: