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

APP pods can not be created if not using 'istio-system' as the Istio namespace to install Istio at the first time #35539

Closed
4 of 15 tasks
zhlsunshine opened this issue Oct 11, 2021 · 1 comment
Assignees

Comments

@zhlsunshine
Copy link
Contributor

zhlsunshine commented Oct 11, 2021

Bug Description

APP pods can not be created if not using 'istio-system' as the Istio namespace to install Istio at the first time

Step to reproduce:

  1. Deploy Istio via istioctl install --set profile=demo --set values.global.istioNamespace=mesh-1 -y
  2. Deploy httpbin service via kubectl apply -f samples/httpbin/httpbin.yaml

Observations:
There is no any pod can be created under the default namespace, but httpbin service and deployment are existing.

Expected behavior:
httpbin pod can be created

Version

root@ubuntuforistio:~/istio# istioctl version
client version: 1.11.3
control plane version: 1.11.2
data plane version: 1.11.0 (1 proxies), 1.11.2 (11 proxies)
root@ubuntuforistio:~/istio# kubectl version --short
Client Version: v1.22.0
Server Version: v1.18.8

Additional Information

No response

Affected product area

  • Docs
  • Installation
  • Networking
  • Performance and Scalability
  • Extensions and Telemetry
  • Security
  • Test and Release
  • User Experience
  • Developer Infrastructure
  • Upgrade
  • Multi Cluster
  • Virtual Machine
  • Control Plane Revisions

Is this the right place to submit this?

  • This is not a security vulnerability
  • This is not a question about how to use Istio
@zhlsunshine
Copy link
Contributor Author

PR merged

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

No branches or pull requests

1 participant