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

update guestbook example for 2.0 #130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

update guestbook example for 2.0 #130

wants to merge 1 commit into from

Conversation

cdoan1
Copy link
Contributor

@cdoan1 cdoan1 commented Jul 14, 2020

Description of the change:

  • demo content should reflect api changes in the 2.0 release

Motivation for the change:

  • guestbook demo subscription can't be applied without the changes

NOTE this PR will only merge when 2.0 is available

@cdoan1 cdoan1 added the bug Something isn't working label Jul 14, 2020
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: cdoan1
To complete the pull request process, please assign
You can assign the PR to them by writing /assign in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@jnpacker
Copy link
Member

Did this code path work for you? I found that the policy was not setting the priority, which cause the Front End pods to fail?
I was on snapshot: 2.0.0-SNAPSHOT-2020-07-13-20-00-43

@cdoan1
Copy link
Contributor Author

cdoan1 commented Jul 14, 2020

@jnpacker everything installed, but the frontend pods did not start--seems the scc did not apply and pods could not run as the user.

@jnpacker
Copy link
Member

technically you can edit the SCC on the managed cluster, set priority to 10 and quickly delete the pods and they will provision. But policy eventually switches priority back to null. Which is fine once the pods have started, but they won't restart

@cdoan1
Copy link
Contributor Author

cdoan1 commented Jul 14, 2020

AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 10.128.2.29. Set the 'ServerName' directive globally to suppress this message
(13)Permission denied: AH00072: make_sock: could not bind to address [::]:80
(13)Permission denied: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs

Ok, let me try the workaround. Currently, I have this:

image

@cdoan1
Copy link
Contributor Author

cdoan1 commented Jul 14, 2020

image

seems my anyuid has the right priority 10

@cdoan1 cdoan1 added enhancement New feature or request and removed bug Something isn't working labels Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants