Welcome to the Linux Foundation Forum!
Ambient Mode
iiot.architect
Posts: 3
Everyone, hi.
I have a question about 'Lab 9 - Installing and Using Ambient Mode'.
Right now, the command 'istioctl x waypoint apply --service-account httpbin' on the page 9th isn't working well.
The version of istio is '1.26.0':
ubuntu@ip-172-26-9-205:~$ istioctl version
client version: 1.26.0
control plane version: 1.26.0
data plane version: 1.26.0 (2 proxies)
How should I improve the problem?
I'm glad that you give me advice.
Thanks regards,
Takuo Sato.
0
Answers
-
ubuntu@ip-172-26-9-205:~$ istioctl x waypoint apply --service-account httpbin Error: unknown flag: --service-account ubuntu@ip-172-26-9-205:~$ istioctl -h Istio configuration command line utility for service operators to debug and diagnose their Istio mesh. Usage: istioctl [command] Available Commands: admin Manage control plane (istiod) configuration analyze Analyze Istio configuration and print validation messages authz (authz is experimental. Use `istioctl experimental authz`) bug-report Cluster information and log capture support tool. completion Generate the autocompletion script for the specified shell create-remote-secret Create a secret with credentials to allow Istio to access remote Kubernetes apiservers dashboard Access to Istio web UIs experimental Experimental commands that may be modified or deprecated help Help about any command install Applies an Istio manifest, installing or reconfiguring Istio on a cluster. kube-inject Inject Istio sidecar into Kubernetes pod resources manifest Commands related to Istio manifests proxy-config Retrieve information about proxy configuration from Envoy [kube only] proxy-status Retrieves the synchronization status of each Envoy in the mesh remote-clusters Lists the remote clusters each istiod instance is connected to. tag Command group used to interact with revision tags uninstall Uninstall Istio from a cluster upgrade Upgrade Istio control plane in-place validate Validate Istio policy and rules files version Prints out build version information waypoint Manage waypoint configuration ztunnel-config Update or retrieve current Ztunnel configuration. Flags: --as string Username to impersonate for the operation. User could be a regular user or a service account in a namesp ace --as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups. --as-uid string UID to impersonate for the operation. --context string Kubernetes configuration context -h, --help help for istioctl -i, --istioNamespace string Istio system namespace (default "istio-system") -c, --kubeconfig string Kubernetes configuration file -n, --namespace string Kubernetes namespace --vklog Level number for the log level verbosity. Like -v flag. ex: --vklog=9 Additional help topcis: istioctl options Displays istioctl global options Use "istioctl [command] --help" for more information about a command.0 -
Is the following correct?:
kubectl create rolebinding httpbin-rolebinding --clusterrole=view --user=httpbin --namespace=default kubectl create role gateway-patch-role --verb=patch --resource=gateways.gateway.networking.k8s.io -n default kubectl create rolebinding httpbin-gateway-patch-binding --role=gateway-patch-role --user=httpbin -n default istioctl waypoint apply --as httpbin
0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 768 Linux Foundation IT Professional Programs
- 379 Cloud Engineer IT Professional Program
- 175 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 101 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 4 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 11 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 2 Open Source Best Practice Training
- 3 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 796 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 91 Storage
- 771 Linux Distributions
- 81 Debian
- 68 Fedora
- 23 Linux Mint
- 13 Mageia
- 24 openSUSE
- 151 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 120 Mobile Computing
- 20 Android
- 85 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 395 Off Topic
- 121 Introductions
- 30 Study Material
- 1K Programming and Development
- 310 Kernel Development
- 693 Software Development
- 1K Software
- 400 Applications
- 182 Command Line
- 5 Compiling/Installing
- 69 Games
- 318 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)