Matthias Baur

Results 115 comments of Matthias Baur

Would be great to archive this repository and add a link to the new location in the repository description to make the transfer more clear.

1. Draining the node does delete the pod from the node. But the pod gets reschedule automatically with the configured PVC. Because the pod has an affinity to the PVC,...

> However Local Path Provisioner doesn't have a controller to monitor the deletion of the node. I'm not deeply into operator/Go development, so please forgive me if I'm missing something...

@bastelfreak Does this still happen?

Hey @bastelfreak, thanks for taking the time to review my proposal. I'm happy to implement this myself, in fact I'm already have a large portion of it implement in our...

@borei74 Is this still a problem with the current version of this module?

Having the same issues here: ```bash mkdir modules git clone https://github.com/voxpupuli/puppet-archive modules/archive cat >> test.pp >> EOF archive { '/home/mbaur/g10k': ensure => present, source => 'https://github.com/xorpaul/g10k/releases/download/v0.3.14/g10k-linux-amd64.zip', extract => true, }...

> Using exported resources to create objects in bigger environments doesn't scale. I think the actual problem is deeper than this module. I'm not sure about this. I think it...

After a lot of testing we decided to go with a custom import. We basically replaced the import of exported resources (`Icinga2::Object::Host`) with a `puppetdb_query()` query which then iterates throw...

FYI: Upgrading from 4.10.1 to 5.3.3 brought us down to ~2min.