Skip to content

arm64 support #335

Open
Open
@hongbo-miao

Description

@hongbo-miao

Affected version

23.1.0

Current and expected behavior

I am trying to follow this guide to install HDFS.

I succeed installing operators by:

helm repo add stackable-stable https://repo.stackable.tech/repository/helm-stable/
helm install --wait zookeeper-operator stackable-stable/zookeeper-operator --version 23.1.0
helm install --wait hdfs-operator stackable-stable/hdfs-operator --version 23.1.0
helm install --wait commons-operator stackable-stable/commons-operator --version 23.1.0
helm install --wait secret-operator stackable-stable/secret-operator --version 23.1.0

Then when I try to install ZooKeeper cluster by:

kubectl apply -f zk.yaml
---
apiVersion: zookeeper.stackable.tech/v1alpha1
kind: ZookeeperCluster
metadata:
  name: simple-zk
spec:
  image:
    productVersion: 3.8.0
    stackableVersion: 23.1.0
  servers:
    roleGroups:
      default:
        replicas: 1

I got error:

Failed to pull image "docker.stackable.tech/stackable/zookeeper:3.8.0-stackable23.1.0": rpc error: code = NotFound desc = failed to pull and unpack image "docker.stackable.tech/stackable/zookeeper:3.8.0-stackable23.1.0": no match for platform in manifest: not found

Any idea, thanks! 😃

It seems docker.stackable.tech/stackable/zookeeper:3.8.0-stackable23.1.0 does not exist.

Environment

➜ kubectl version --short
Flag --short has been deprecated, and will be removed in the future. The --short output will become the default.
Client Version: v1.25.2
Kustomize Version: v4.5.7
Server Version: v1.26.1+k3s1

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions