oracle / oracle/oracle-database-operator

Cannot deploy XEDB-Sample

Open
#42 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
192
Forks
69
Avg merge
16h 13m
Merged PRs (30d)
1

Description

Environment:

  • OS: Windows 11 (WSL2) and macOS Monterey Version 12.6
  • Docker Desktop 4.15.0 (93002)
  • Running on minikube version: v1.26.0

Installation

  1. Installed the operator
  2. Changed PWDs in config\samples\sidb\singleinstancedatabase_secrets.yaml
  3. Changed "storageClass" to "standard" in config\samples\sidb\singleinstancedatabase_express.yaml
  4. kubectl apply -f singleinstancedatabase_express.yaml

Result

>> kubectl logs xedb-sample-a62zg
Error from server (NotFound): pods "xedb-sample-a62zg" not found
>> kubectl get pods
NAME                READY   STATUS     RESTARTS   AGE
xedb-sample-f9unn   0/1     Init:0/2   0          46s
>> kubectl get pods
NAME                READY   STATUS     RESTARTS   AGE
xedb-sample-f9unn   0/1     Init:0/2   0          48s
>> kubectl get pods
NAME                READY   STATUS     RESTARTS   AGE
xedb-sample-f9unn   0/1     Init:0/2   0          53s
>> kubectl get pods
NAME                READY   STATUS     RESTARTS   AGE
xedb-sample-hco8y   0/1     Init:0/2   0          20s
>> kubectl get pods
NAME                READY   STATUS     RESTARTS   AGE
xedb-sample-k0a2g   0/1     Init:0/2   0          87s
>> kubectl get pods
NAME                READY   STATUS     RESTARTS   AGE
xedb-sample-k0a2g   0/1     Init:0/2   0          2m47s
>> kubectl get pods
NAME                READY   STATUS     RESTARTS   AGE
xedb-sample-k0a2g   0/1     Init:0/2   0          2m51s
>> kubectl get pods
NAME                READY   STATUS     RESTARTS   AGE
xedb-sample-k0a2g   0/1     Init:0/2   0          3m17s
Events:
  Type    Reason     Age    From               Message
  ----    ------     ----   ----               -------
  Normal  Scheduled  2m43s  default-scheduler  Successfully assigned default/xedb-sample-tay14 to minikube
  Normal  Pulling    2m42s  kubelet            Pulling image "container-registry.oracle.com/database/express:latest"

It seems that he is not able to pull the images and minikube is creating pod after pod....

Can you support us here?

Thanks.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with config/samples/sidb/singleinstancedatabase_secrets.yaml and config/samples/sidb/singleinstancedatabase_express.yaml, then reproduce the deployment with kubectl apply. Inspect the changing pod names, pod logs, and Events around pulling container-registry.oracle.com/database/express:latest. Done means the sample pod completes initialization and remains running.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, kubernetes
Domain
databases, devops, infrastructure
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.