tdiesler commented on code in PR #5200:
URL: https://github.com/apache/camel-k/pull/5200#discussion_r1506469368


##########
pkg/cmd/install.go:
##########
@@ -414,6 +415,24 @@ func (o *installCmdOptions) setupOperator(
                        platformName)
        }
 
+       // Choose an architecture specific operator/base image when not already 
given explicitly
+       //
+       arch, err := kubernetes.NodeArchLookup(o.Context, c)

Review Comment:
   I assume that 
   
   ```
   kamel install 
   ```
   
   works, when you first come to this project. Folks (like me) try this out on 
their MacBook and we may never hear why they turned around after it didn't. 
This functionality can of course improve over time, For now however, the goal 
is to make it work for most.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to