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

Fix (Cluster) Role Bindings #97

Merged
merged 2 commits into from Jun 10, 2020
Merged

Fix (Cluster) Role Bindings #97

merged 2 commits into from Jun 10, 2020

Conversation

ricoberger
Copy link
Member

  • The Cluster Role Bindings and Role Bindings page doesn't work when navigating to it from another page. This should be fixed by checking if the item.roleRef.name field does exists (closes cluster role bindings generates blank white page #95).
  • Fix the singular and plural for Endpoints.
  • Fix check for the Storage Class provisioner.
  • Change sequence of ports shown for a Service.

- Fix the singular and plural for Endpoints.
- Fix check for the Storage Class provisioner.
- Change sequence of ports shown for a Service.
@ricoberger ricoberger merged commit 5959550 into master Jun 10, 2020
@ricoberger ricoberger deleted the fix-role-bindings branch June 10, 2020 16:06
{port.protocol ? `/${port.protocol}` : ''}
{port.targetPort ? ` > ${port.targetPort}` : ''}
{port.nodePort ? ` ${port.targetPort ? ` ${port.nodePort}` : ` > ${port.nodePort}`}` : ''}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this seems to have broken the display now?
it now shows NAME 9000/TCP > 9000 32540
which makes no sense?
maybe it could display NAME 9000/TCP > 32540/TCP

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah shit, you are right this shouldn't go to master...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted this in the master branch. Sorry.

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

Successfully merging this pull request may close these issues.

cluster role bindings generates blank white page
2 participants