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

nginx-operator-1.0.0 delivered with IEAM 4.3.3 does not work on an edge cluster using K3s #548

Closed
neurove opened this issue Jul 18, 2022 · 2 comments
Assignees
Labels

Comments

@neurove
Copy link

neurove commented Jul 18, 2022

Describe the bug
the nginx-operator (1.0.0) delivered with IEAM 4.3.3 does not work on an edge cluster using K3s.

Version 1.0.0:

hzn agreement list
[
{
“name”: “Policy for edge-mgmt/shop-01 merged with edge-mgmt/policy-nginx-operator_1.0.0",
“current_agreement_id”: “XXXXX”,
“consumer_id”: “IBM/agbot”,
“agreement_creation_time”: “2022-07-18 05:46:00 +0000 UTC”,
“agreement_accepted_time”: “”,
“agreement_finalized_time”: “”,
“agreement_execution_start_time”: “”,
“agreement_data_received_time”: “”,
“agreement_protocol”: “Basic”,
“workload_to_run”: {
“url”: “nginx-operator”,
“org”: “IBM”,
“version”: “1.0.0”,
“arch”: “amd64”
}
}
]

kubectl get pods -n openhorizon-agent
NAME READY STATUS RESTARTS AGE
agent-574c87d849-mzkvw 1/1 Running 0 2d14h
nginx-operator-66c468b7ff-nvhtn 0/1 Terminating 0 1s

Version 1.0.1 from github works as expected:

hzn agreement list
[
{
"name": "Policy for edge-mgmt/shop-01 merged with edge-mgmt/policy-nginx-operator_1.0.1",
"current_agreement_id": "XXXX",
"consumer_id": "IBM/agbot",
"agreement_creation_time": "2022-07-18 07:38:50 +0000 UTC",
"agreement_accepted_time": "2022-07-18 07:39:00 +0000 UTC",
"agreement_finalized_time": "2022-07-18 07:39:01 +0000 UTC",
"agreement_execution_start_time": "2022-07-18 07:39:06 +0000 UTC",
"agreement_data_received_time": "",
"agreement_protocol": "Basic",
"workload_to_run": {
"url": "ibm.nginx-operator",
"org": "edge-mgmt",
"version": "1.0.1",
"arch": "amd64"
}
}
]

kubectl get pods -n openhorizon-agent
NAME READY STATUS RESTARTS AGE
agent-574c87d849-mzkvw 1/1 Running 0 2d16h
nginx-operator-f49855b98-vfhjl 1/1 Running 0 20m
nginx-677765d6b5-4gprt 1/1 Running 0 20m

@SanjeevKGupta
Copy link

Can you please update the document. Users are running into issues deploying the application.

@t-fine
Copy link
Collaborator

t-fine commented Mar 13, 2023

Version 1.0.1 has been included in a couple releases now, closing this issue.

@t-fine t-fine closed this as completed Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants