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

The OpenShift installation instructions don't work #16047

Closed
wallrj opened this issue Dec 4, 2024 · 2 comments · Fixed by #16049
Closed

The OpenShift installation instructions don't work #16047

wallrj opened this issue Dec 4, 2024 · 2 comments · Fixed by #16049
Assignees

Comments

@wallrj
Copy link

wallrj commented Dec 4, 2024

The OpenShift installation instructions don't work

The suggested command returns an error:

[crc@crc-4-17 ~]$ istioctl install --set global.platform=openshift
        |\
        | \
        |  \
        |   \
      /||    \
     / ||     \
    /  ||      \
   /   ||       \
  /    ||        \
 /     ||         \
/______||__________\
____________________
  \__       _____/
     \_____/

Error: generate config: could not unmarshal: json: unknown field "global"
[crc@crc-4-17 ~]$ istioctl version
client version: 1.24.1
control plane version: 1.24.1
data plane version: 1.24.1 (1 proxies)
@kfaseela
Copy link
Member

kfaseela commented Dec 4, 2024

cc @sridhargaddam

@sridhargaddam
Copy link
Contributor

@wallrj the documentation needs update. Will push a fix shortly.
In the meantime, please use the following command.

$: istioctl install --set profile=openshift
        |\          
        | \         
        |  \        
        |   \       
      /||    \      
     / ||     \     
    /  ||      \    
   /   ||       \   
  /    ||        \  
 /     ||         \ 
/______||__________\
____________________
  \__       _____/  
     \_____/        

This will install the Istio 1.24.0 profile "openshift" into the cluster. Proceed? (y/N) y
✔ Istio core installed ⛵️                                                                                                                                                                     
✔ Istiod installed 🧠                                                                                                                                                                         
✔ Ingress gateways installed 🛬                                                                                                                                                               
✔ CNI installed 🪢                                                                                                                                                                            
✔ Installation complete 

sridhargaddam added a commit to sridhargaddam/istio.io that referenced this issue Dec 4, 2024
@sridhargaddam sridhargaddam self-assigned this Dec 4, 2024
istio-testing pushed a commit that referenced this issue Dec 4, 2024
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 a pull request may close this issue.

3 participants