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

feat(clowdapp): add sessionAffinity support for PublicWebService #956

Merged
merged 2 commits into from
Mar 18, 2024

Conversation

adamrdrew
Copy link
Contributor

This commit introduces a new boolean field in the PublicWebService struct of the ClowdApp CRD. When set to true, this enables session affinity (ClientIP) for the corresponding Kubernetes service, ensuring that requests from the same client are routed to the same pod.

This commit introduces a new boolean field  in the
PublicWebService struct of the ClowdApp CRD. When set to true, this
enables session affinity (ClientIP) for the corresponding Kubernetes
service, ensuring that requests from the same client are routed to
the same pod.
@adamrdrew
Copy link
Contributor Author

STEP 1/23: FROM registry.access.redhat.com/ubi8/go-toolset:1.20.12-2 AS builder
Trying to pull registry.access.redhat.com/ubi8/go-toolset:1.20.12-2...
Error: creating build container: initializing source docker://registry.access.redhat.com/ubi8/go-toolset:1.20.12-2: reading manifest 1.20.12-2 in registry.access.redhat.com/ubi8/go-toolset: received unexpected HTTP status: 502 Bad Gateway

Uh weird flex but alright

@adamrdrew
Copy link
Contributor Author

/retest

1 similar comment
@adamrdrew
Copy link
Contributor Author

/retest

@adamrdrew
Copy link
Contributor Author

UGH

13:40:42 [2024-03-13T17:40:42.918Z]         --- FAIL: kuttl/harness/test-ff-local (140.97s)

What is this?

@adamrdrew
Copy link
Contributor Author

/retest

1 similar comment
@adamrdrew
Copy link
Contributor Author

/retest

@adamrdrew
Copy link
Contributor Author

08:41:51 [2024-03-14T12:41:51.549Z]         --- FAIL: kuttl/harness/test-ff-local (141.02s)

Yeah I suggest we just review and merge this.

@adamrdrew
Copy link
Contributor Author

/retest

1 similar comment
@adamrdrew
Copy link
Contributor Author

/retest

@adamrdrew
Copy link
Contributor Author

Can we switch back to the old PR check system?

@adamrdrew
Copy link
Contributor Author

/retest

@adamrdrew
Copy link
Contributor Author

Konflux failure appear to be random. There's no consistency to them. At this point my confidence in the clowder PR checks is shaken. I'd like to request we merge this based on human review.

@adamrdrew
Copy link
Contributor Author

/retest

@psav psav merged commit c51967d into master Mar 18, 2024
9 checks passed
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.

None yet

2 participants