diff --git a/.gitignore b/.gitignore index ea7be3983c..41c50e8741 100644 --- a/.gitignore +++ b/.gitignore @@ -59,8 +59,8 @@ telepresence.log # Generated by Cargo # will have compiled files and executables -debug/ -target/ +rust/debug/ +rust/target/ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html diff --git a/k8s/debug/kind/e2e.yaml b/k8s/debug/kind/e2e.yaml new file mode 100644 index 0000000000..292ddde74b --- /dev/null +++ b/k8s/debug/kind/e2e.yaml @@ -0,0 +1,20 @@ +# +# Copyright (C) 2019-2024 vdaas.org vald team +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# You may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +kind: Cluster +apiVersion: kind.x-k8s.io/v1alpha4 +networking: + apiServerAddress: "127.0.0.1" + apiServerPort: 6443