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

Delete ingress #33

Merged
merged 5 commits into from
Aug 11, 2021
Merged

Delete ingress #33

merged 5 commits into from
Aug 11, 2021

Conversation

dpeace8
Copy link
Collaborator

@dpeace8 dpeace8 commented Aug 6, 2021

Created function to delete ingress file

@dpeace8 dpeace8 requested review from akuljos and Pseusco August 6, 2021 13:48
akuljos
akuljos previously approved these changes Aug 6, 2021
Copy link
Member

@Pseusco Pseusco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are a couple commented-out sections in iks.py that look like they were only commented out for testing, so they should probably be uncommented. Eventually we will need to update the README to represent the new argument for the delete function, but that doesn't necessarily need to be done now.

src/iks/iks.py Outdated
delete_dns = DeleteDNS(UserInfo.crn, UserInfo.zone_id, UserInfo.api_endpoint, UserInfo.cis_domain)
delete_dns.delete_dns()
'''
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shouldn't comment out the DNS record deletion. Our delete function should still be able to delete the DNS records

@dpeace8 dpeace8 merged commit bdde63b into master Aug 11, 2021
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

Successfully merging this pull request may close these issues.

None yet

3 participants