Skip to content

Run failed when using the example of WebPage #931

Closed
@zuston

Description

@zuston
Contributor

I just test the example of WebPage in our internal k8s cluster, and use kubectl with the admin role. Pity, it failed.

The operator of WebPage could be started, but when i apply -f "webpage.yaml", it can't accept event from k8s and then no corresponding pods created.

So i'm confused whether the test case of WebPage is valid. If OK, i have to recheck my k8s config again.

Activity

zuston

zuston commented on Feb 14, 2022

@zuston
ContributorAuthor

Could you help me ? @csviri.
Sorry I'm not familiar with k8s. Thanks

csviri

csviri commented on Feb 14, 2022

@csviri
Collaborator

Hi @zuston , could you pls send the logs?

zuston

zuston commented on Feb 14, 2022

@zuston
ContributorAuthor

sorry What log? I can’t attach into operator docker.

csviri

csviri commented on Feb 14, 2022

@csviri
Collaborator

I assume you can access kubernetes. So you can get the logs from the pod with kubectl logs <pod name>.

metacosm

metacosm commented on Feb 14, 2022

@metacosm
Collaborator

Are you able to run the example locally, i.e. not deploying the operator on the cluster, first?

zuston

zuston commented on Feb 15, 2022

@zuston
ContributorAuthor

I found the reason that the opeator yaml is incorrect.

#934

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @metacosm@csviri@zuston

        Issue actions

          Run failed when using the example of WebPage · Issue #931 · operator-framework/java-operator-sdk