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

Container selectbox is reset in Log page after log is shown. #454

Closed
f-higashi opened this issue Feb 26, 2016 · 1 comment
Closed

Container selectbox is reset in Log page after log is shown. #454

f-higashi opened this issue Feb 26, 2016 · 1 comment

Comments

@f-higashi
Copy link
Contributor

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
  1. 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
    
  2. Open log page of the pod

  3. 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.

@floreks
Copy link
Member

floreks commented Feb 29, 2016

I'll take this.

@bryk bryk added this to the v1.0 milestone Feb 29, 2016
@bryk bryk closed this as completed in #460 Feb 29, 2016
anvithks pushed a commit to anvithks/k8s-dashboard that referenced this issue Sep 27, 2021
Fixed issues with Huawei FS create form. Fixes kubernetes#453 and kubernetes#454
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants