-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove the image from this repository
- Loading branch information
1 parent
5b6a2b4
commit 74e017a
Showing
11 changed files
with
16 additions
and
197 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,20 +3,6 @@ name: Lint and test PR | |
on: pull_request | ||
|
||
jobs: | ||
docker-build: | ||
name: Build Docker image | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v2 | ||
- name: Build | ||
uses: docker/build-push-action@v4 | ||
with: | ||
tags: ci.local/${{ github.repository }}/powerdns:ci | ||
cache-from: type=gha | ||
cache-to: type=gha,mode=max | ||
|
||
chart-lint: | ||
name: Lint Helm charts | ||
runs-on: ubuntu-latest | ||
|
@@ -52,25 +38,13 @@ jobs: | |
name: Installation test for Helm charts | ||
runs-on: ubuntu-latest | ||
needs: | ||
# Reuse image cache: | ||
- docker-build | ||
# This test is expensive so only run it when cheap tests pass: | ||
- chart-lint | ||
- chart-unittest | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
|
||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v2 | ||
- name: Build image | ||
uses: docker/build-push-action@v4 | ||
with: | ||
load: true # Bring image to the host so we can minikube load it later. | ||
tags: ci.local/${{ github.repository }}/powerdns:ci | ||
cache-from: type=gha | ||
# No need to push anything to cache here. | ||
|
||
# Install Minikube to test chart installation | ||
- name: Install Minikube | ||
uses: manusa/[email protected] | ||
|
@@ -80,11 +54,8 @@ jobs: | |
github token: ${{ secrets.GITHUB_TOKEN }} | ||
driver: docker | ||
start args: "--container-runtime=containerd" | ||
# Test chart installation with a stable image. | ||
- name: Load image into minikube | ||
run: | | ||
minikube image load ci.local/${{ github.repository }}/powerdns:ci | ||
|
||
# Test chart installation | ||
- name: Install helm/chart-testing | ||
uses: helm/[email protected] | ||
- name: Test charts' installation path | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,8 @@ | ||
# DNS | ||
# Stateless DNS | ||
|
||
* **Project**: https://github.com/kubernetes-sigs/external-dns | ||
* **Project**: https://www.powerdns.com/opensource.html | ||
|
||
This helm is an integration of PowerDNS with external-dns to create a DNS | ||
which every record is saved in the `values.yaml` or pusblished dinamically | ||
based on the LoadBalancers and ingresses running in the cluster. | ||
|
||
## Known issues | ||
|
||
### failed to sync cache: timed out waiting for the condition | ||
|
||
There is an RBAC configuration error. The service account has no access to all | ||
the objects it has to source. Here be dragons. | ||
|
||
### Pod restarts once then has no zones | ||
|
||
The zone fail is incorrect and the database is not populated. The sqlite database | ||
exists so it is not populated again. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.